# HG changeset patch # User Christopher Rogers # Date 1305865149 0 # Node ID b8454fb20cc5bfdee75d4d860072f95e05208a0e # Parent 342cd0420c47a9013c30d6a06c17b0c0928984f8 yasm: Add $CONFIGURE_ARGS. diff -r 342cd0420c47 -r b8454fb20cc5 yasm/receipt --- a/yasm/receipt Fri May 20 04:13:09 2011 +0000 +++ b/yasm/receipt Fri May 20 04:19:09 2011 +0000 @@ -9,15 +9,13 @@ WEB_SITE="http://www.tortall.net/projects/yasm/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/releases/$TARBALL" -TAGS="" # Rules to configure and make the package. - compile_rules() { - cd $src - ./configure --prefix=/usr - make - make DESTDIR=$PWD/_pkg install + cd $src + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.