wok rev 10329

ftjam: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 00:59:41 2011 +0000 (2011-05-22)
parents f88e20186ec4
children c3cde30d1a5b
files ftjam/receipt
line diff
     1.1 --- a/ftjam/receipt	Sun May 22 00:55:31 2011 +0000
     1.2 +++ b/ftjam/receipt	Sun May 22 00:59:41 2011 +0000
     1.3 @@ -6,19 +6,19 @@
     1.4  MAINTAINER="jozee@slitaz.org"
     1.5  SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool"
     1.6  WEB_SITE="http://freetype.org/jam/"
     1.7 -DEPENDS="glibc-base"
     1.8 -BUILD_DEPENDS="bison"
     1.9  PROVIDE="jam"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="http://david.freetype.org/jam/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base"
    1.14 +BUILD_DEPENDS="bison"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17 -
    1.18  compile_rules() {
    1.19 -  cd $src
    1.20 -  ./configure --prefix=/usr 
    1.21 -  make 
    1.22 -  make DESTDIR=$PWD/_pkg install 
    1.23 +	cd $src
    1.24 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install 
    1.27  }
    1.28  	
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.