wok rev 8541
Up: slang to 2.2.3. Needs -j1 to compile now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 13 04:58:31 2011 +0000 (2011-02-13) |
parents | f28dd552c0d4 |
children | 8b07f593f3ff |
files | slang-dev/receipt slang/receipt |
line diff
1.1 --- a/slang-dev/receipt Sun Feb 13 04:45:30 2011 +0000 1.2 +++ b/slang-dev/receipt Sun Feb 13 04:58:31 2011 +0000 1.3 @@ -1,16 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slang-dev" 1.7 -VERSION="2.2.2" 1.8 +VERSION="2.2.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="S-Lang library dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="slang" 1.13 WANTED="slang" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.s-lang.org/index.html" 1.16 1.17 - 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 {
2.1 --- a/slang/receipt Sun Feb 13 04:45:30 2011 +0000 2.2 +++ b/slang/receipt Sun Feb 13 04:58:31 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slang" 2.7 -VERSION="2.2.2" 2.8 +VERSION="2.2.3" 2.9 CATEGORY="development" 2.10 SHORT_DESC="S-Lang library" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -16,10 +16,10 @@ 2.13 { 2.14 cd $src 2.15 ./configure --prefix=/usr $CONFIGURE_ARGS && 2.16 - make && \ 2.17 - make elf && \ 2.18 - make static && 2.19 - make DESTDIR=$PWD/_pkg -j1 install install-static 2.20 + make -j1 && \ 2.21 + make -j1 elf && \ 2.22 + make -j1 static && 2.23 + make -j1 DESTDIR=$PWD/_pkg install install-static 2.24 } 2.25 2.26 # Rules to gen a SliTaz package suitable for Tazpkg.