wok diff nqc/receipt @ rev 23882

Add libraryopt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 14 08:52:59 2020 +0000 (2020-07-14)
parents 4b64f58fe9fa
children 370da83187ab
line diff
     1.1 --- a/nqc/receipt	Sat Feb 08 11:24:35 2020 +0100
     1.2 +++ b/nqc/receipt	Tue Jul 14 08:52:59 2020 +0000
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nqc"
     1.7 -VERSION="3.1.r6_4"
     1.8 +VERSION="3.1.r6"
     1.9 +PATCHLEVEL="4"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Compiler for the Not Quite C programming language."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="MPL"
    1.14 -TARBALL="$PACKAGE-${VERSION/_/-}.bz2"
    1.15 +TARBALL="$PACKAGE-$VERSION-$PATCHLEVEL.bz2"
    1.16  WEB_SITE="http://bricxcc.sourceforge.net/nqc/"
    1.17  #WGET_URL="http://bricxcc.sourceforge.net/nqc/release/$TARBALL"
    1.18  WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
    1.19 @@ -18,7 +19,7 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	ln -s $PACKAGE-$VERSION ../$PACKAGE-${VERSION/_/-}
    1.24 +	ln -s $PACKAGE-$VERSION ../$PACKAGE-$VERSION-$PATCHLEVEL
    1.25  	[ -s $TARBALL ] && tar xjf $TARBALL -C ..
    1.26  	make -j1 TOOLPREFIX="$TOOLPREFIX" \
    1.27  		DEFAULT_SERIAL_NAME='"/dev/ttyS0"' \