wok diff bison/receipt @ rev 10323

elinks: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 00:19:21 2011 +0000 (2011-05-22)
parents a0d1333e073b
children 8cbc91d13a1b
line diff
     1.1 --- a/bison/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/bison/receipt	Sun May 22 00:19:21 2011 +0000
     1.3 @@ -6,20 +6,20 @@
     1.4  SHORT_DESC="GNU parser generator."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -DEPENDS="m4"
     1.8 -BUILD_DEPENDS="m4"
     1.9  WEB_SITE="http://www.gnu.org/software/bison/"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11  TAGS="parser language"
    1.12  
    1.13 +DEPENDS="m4"
    1.14 +BUILD_DEPENDS="m4"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	./configure &&
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22  	echo '#define YYENABLE_NLS 1' >> config.h &&
    1.23 -	make &&
    1.24 -	make install
    1.25 +	make && make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.