wok-next diff nimrod/receipt @ rev 13465
Up iw (3.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 08 10:50:30 2012 +0200 (2012-10-08) |
parents | eb36f0d250b4 |
children | 8437ad3ae814 |
line diff
1.1 --- a/nimrod/receipt Tue Aug 14 13:39:10 2012 +0200 1.2 +++ b/nimrod/receipt Mon Oct 08 10:50:30 2012 +0200 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nimrod" 1.7 -VERSION="0.8.14" 1.8 +VERSION="0.9.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The nimrod programming langage." 1.11 -MAINTAINER="pascal.bellard@slitaz.org" 1.12 +SHORT_DESC="The Nimrod programming language." 1.13 +MAINTAINER="admin@trixarian.net" 1.14 +TARBALL="nimrod_$VERSION.zip" 1.15 WEB_SITE="http://www.nimrod-code.org/" 1.16 -TARBALL="${PACKAGE}_$VERSION.zip" 1.17 -WGET_URL="${WEB_SITE}download/$TARBALL" 1.18 - 1.19 -DEPENDS="gcc" 1.20 -BUILD_DEPENDS="" 1.21 +WGET_URL="http://nimrod-code.org/download/$TARBALL" 1.22 +DEPENDS="gcc glibc-base readline" 1.23 +BUILD_DEPENDS="gcc glibc-dev readline-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 cd $src 1.29 sed -i 's/uname -m/echo i486/' build.sh 1.30 - chmod +x build.sh install.sh 1.31 + chmod +x build.sh 1.32 + chmod +x install.sh 1.33 ./build.sh 1.34 - bin/nimrod c koch 1.35 + ./bin/nimrod c -d:release koch 1.36 ./koch boot -d:release 1.37 ./install.sh $DESTDIR 1.38 }