wok diff discount/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/receipt	Wed Feb 20 14:50:21 2019 +0100
     1.2 +++ b/discount/receipt	Thu Jan 23 17:26:34 2020 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="discount"
     1.7 -VERSION="2.2.5"
     1.8 +VERSION="2.2.6"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="A C implementation of the markdown language"
    1.11 +SHORT_DESC="A C implementation of the markdown language."
    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 +WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
    1.16  
    1.17 -TARBALL="${PACKAGE}-${VERSION}.tar.gz"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WGET_URL="https://github.com/Orc/$PACKAGE/archive/v$VERSION/$TARBALL"
    1.20  
    1.21  DEPENDS=""
    1.22  BUILD_DEPENDS=""
    1.23 +
    1.24  HOST_ARCH="i486 arm"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29  	./configure.sh --prefix=/usr &&
    1.30 -	make -j 1 &&
    1.31 +	make &&
    1.32  	make DESTDIR=$DESTDIR install
    1.33  }
    1.34  
    1.35 @@ -28,5 +29,5 @@
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr
    1.39 -	cp -a $install/usr/bin $fs/usr/
    1.40 +	cp -a $install/usr/bin	$fs/usr/
    1.41  }