wok rev 10306

vala: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 20:47:02 2011 +0000 (2011-05-21)
parents 224dc74b7109
children 5eefd313d61e
files vala/receipt
line diff
     1.1 --- a/vala/receipt	Sun May 22 02:21:30 2011 +0200
     1.2 +++ b/vala/receipt	Sat May 21 20:47:02 2011 +0000
     1.3 @@ -5,18 +5,20 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Compiler for the GObject type system"
     1.6  MAINTAINER="mimas@slitaz.org"
     1.7 -DEPENDS="glib"
     1.8 -BUILD_DEPENDS="flex bison glib-dev pkg-config"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://live.gnome.org/Vala"
    1.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  TAGS="compiler"
    1.13  
    1.14 +DEPENDS="glib"
    1.15 +BUILD_DEPENDS="flex bison glib-dev pkg-config"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	./configure  && make && make install
    1.22 +	./configure $CONFIGURE_ARGS && 
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.