wok rev 10054

yasm: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 04:19:09 2011 +0000 (2011-05-20)
parents 342cd0420c47
children 6250bda90743
files yasm/receipt
line diff
     1.1 --- a/yasm/receipt	Fri May 20 04:13:09 2011 +0000
     1.2 +++ b/yasm/receipt	Fri May 20 04:19:09 2011 +0000
     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.