wok diff discount-dev/receipt @ rev 22734

updated discount and discount-dev (2.2.5 -> 2.2.6)
author Hans-G?nter Theisgen
date Thu Jan 23 17:26:34 2020 +0100 (2020-01-23)
parents 0ef1c61de86d
children 6422600fc806
line diff
     1.1 --- a/discount-dev/receipt	Wed Feb 20 14:50:21 2019 +0100
     1.2 +++ b/discount-dev/receipt	Thu Jan 23 17:26:34 2020 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="discount-dev"
     1.7 -VERSION="2.2.5"
     1.8 +VERSION="2.2.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A C implementation of the markdown language - development files"
    1.11 +SHORT_DESC="A C implementation of the markdown language - development files."
    1.12  MAINTAINER="necrophcodr@necrophcodr.me"
    1.13  LICENSE="BSD3"
    1.14  WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
    1.15  
    1.16 +DEPENDS="discount"
    1.17  WANTED="discount"
    1.18 -DEPENDS="discount"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 -	cp -a $install/usr/lib $fs/usr
    1.28 +
    1.29 +	cp -a $install/usr/include	$fs/usr
    1.30 +	cp -a $install/usr/lib		$fs/usr
    1.31  }