# HG changeset patch # User Christopher Rogers # Date 1306025981 0 # Node ID 1d1e623d75eb07718dadbdf5fb9399106ada7542 # Parent f88e20186ec405561dd1f11560a066657b6c2e2c ftjam: Add $CONFIGURE_ARGS. diff -r f88e20186ec4 -r 1d1e623d75eb ftjam/receipt --- a/ftjam/receipt Sun May 22 00:55:31 2011 +0000 +++ b/ftjam/receipt Sun May 22 00:59:41 2011 +0000 @@ -6,19 +6,19 @@ MAINTAINER="jozee@slitaz.org" SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool" WEB_SITE="http://freetype.org/jam/" -DEPENDS="glibc-base" -BUILD_DEPENDS="bison" PROVIDE="jam" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://david.freetype.org/jam/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="bison" + # Rules to configure and make the package. - compile_rules() { - cd $src - ./configure --prefix=/usr - make - make DESTDIR=$PWD/_pkg install + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.