wok rev 20838

updated discount and discount-dev (2.1.8 -> 2.2.5)
author Hans-G?nter Theisgen
date Wed Feb 20 14:50:21 2019 +0100 (2019-02-20)
parents b02537432c11
children d125a206defd
files discount-dev/receipt discount/receipt
line diff
     1.1 --- a/discount-dev/receipt	Wed Feb 20 14:28:22 2019 +0100
     1.2 +++ b/discount-dev/receipt	Wed Feb 20 14:50:21 2019 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="discount-dev"
     1.7 -VERSION="2.1.8"
     1.8 +VERSION="2.2.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="a C implementation of the markdown spec - dev 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 +WANTED="discount"
    1.17 +DEPENDS="discount"
    1.18  HOST_ARCH="i486 arm"
    1.19 -WANTED="discount"
    1.20 -
    1.21 -DEPENDS="discount"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
     2.1 --- a/discount/receipt	Wed Feb 20 14:28:22 2019 +0100
     2.2 +++ b/discount/receipt	Wed Feb 20 14:50:21 2019 +0100
     2.3 @@ -1,24 +1,25 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="discount"
     2.7 -VERSION="2.1.8"
     2.8 +VERSION="2.2.5"
     2.9  CATEGORY="utilities"
    2.10 -SHORT_DESC="a C implementation of the markdown spec"
    2.11 +SHORT_DESC="A C implementation of the markdown language"
    2.12  MAINTAINER="necrophcodr@necrophcodr.me"
    2.13  LICENSE="BSD3"
    2.14 +WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown"
    2.15 +
    2.16  TARBALL="${PACKAGE}-${VERSION}.tar.gz"
    2.17 -WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown"
    2.18 -WGET_URL="${WEB_SITE}/${TARBALL}"
    2.19 -HOST_ARCH="i486 arm"
    2.20 +WGET_URL="https://github.com/Orc/$PACKAGE/archive/v$VERSION/$TARBALL"
    2.21  
    2.22  DEPENDS=""
    2.23  BUILD_DEPENDS=""
    2.24 +HOST_ARCH="i486 arm"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
    2.29  	./configure.sh --prefix=/usr &&
    2.30 -	make &&
    2.31 +	make -j 1 &&
    2.32  	make DESTDIR=$DESTDIR install
    2.33  }
    2.34