wok-4.x diff slang/receipt @ rev 8549
imported patch get/emotion
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | a10cf58df5b7 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/slang/receipt Sat Feb 12 03:14:54 2011 +0100 1.2 +++ b/slang/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slang" 1.7 -VERSION="2.2.2" 1.8 +VERSION="2.2.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="S-Lang library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -16,10 +16,10 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.16 - make && \ 1.17 - make elf && \ 1.18 - make static && 1.19 - make DESTDIR=$PWD/_pkg -j1 install install-static 1.20 + make -j1 && \ 1.21 + make -j1 elf && \ 1.22 + make -j1 static && 1.23 + make -j1 DESTDIR=$PWD/_pkg install install-static 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.