wok diff vala/receipt @ rev 11759

added libt4kcommon. Supports tux4kids games
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 12:21:48 2012 -0800 (2012-02-22)
parents 0e69975e5d9b
children c55724b587eb
line diff
     1.1 --- a/vala/receipt	Tue Apr 12 14:20:04 2011 +0000
     1.2 +++ b/vala/receipt	Wed Feb 22 12:21:48 2012 -0800
     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.