wok diff autoconf/receipt @ rev 10340

shared-mime-info: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 02:24:27 2011 +0000 (2011-05-22)
parents 1fc92ec54449
children 8ad990dde0f8
line diff
     1.1 --- a/autoconf/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/autoconf/receipt	Sun May 22 02:24:27 2011 +0000
     1.3 @@ -5,19 +5,19 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Tool to automatically configure software source code."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="m4 perl"
     1.8 -BUILD_DEPENDS="m4 perl"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.gnu.org/software/autoconf/"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="m4 perl"
    1.14 +BUILD_DEPENDS="m4 perl"
    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 -	make &&
    1.22 -	make install
    1.23 +	./configure $CONFIGURE_ARGS &&
    1.24 +	make &&	make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.