wok-6.x diff yasm/receipt @ rev 11391
Compat: replace exit by return in slitaz-toolchain recipe.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:10:43 2011 +0100 (2011-12-10) |
parents | fca1cf108f36 |
children | cb660f628a78 |
line diff
1.1 --- a/yasm/receipt Tue Nov 09 16:19:19 2010 +0000 1.2 +++ b/yasm/receipt Sat Dec 10 05:10:43 2011 +0100 1.3 @@ -9,15 +9,13 @@ 1.4 WEB_SITE="http://www.tortall.net/projects/yasm/" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WGET_URL="$WEB_SITE/releases/$TARBALL" 1.7 -TAGS="" 1.8 1.9 # Rules to configure and make the package. 1.10 - 1.11 compile_rules() { 1.12 - cd $src 1.13 - ./configure --prefix=/usr 1.14 - make 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + cd $src 1.17 + ./configure $CONFIGURE_ARGS && 1.18 + make && 1.19 + make install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.