wok-next diff nqc/receipt @ rev 18783
syslinux: set tz command line argument
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 03 13:17:18 2016 +0100 (2016-01-03) |
parents | d16a22f66327 |
children | 8a74e7b0ff7f |
line diff
1.1 --- a/nqc/receipt Fri May 18 09:52:37 2012 +0200 1.2 +++ b/nqc/receipt Sun Jan 03 13:17:18 2016 +0100 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Compiler for the Not Quite C programming language." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="glibc-base gcc-lib-base" 1.8 -BUILD_DEPENDS="flex" 1.9 +LICENSE="MPL" 1.10 TARBALL="$PACKAGE-$VERSION.bz2" 1.11 WEB_SITE="http://bricxcc.sourceforge.net/nqc/" 1.12 #WGET_URL="http://bricxcc.sourceforge.net/nqc/release/$TARBALL" 1.13 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 1.14 TAGS="compiler language" 1.15 1.16 +DEPENDS="glibc-base gcc-lib-base" 1.17 +BUILD_DEPENDS="flex" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -29,5 +31,5 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr 1.26 - cp -a $_pkg/usr/bin $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 }