wok diff vala/receipt @ rev 10739

locale-*: Up to 4.0 version string, had core pkgs to french pack (we dont have any po file now!) and add nano, mtpaint, midori to all languages pack
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 00:54:30 2011 +0200 (2011-05-30)
parents 0e69975e5d9b
children c55724b587eb
line diff
     1.1 --- a/vala/receipt	Tue Apr 12 14:20:04 2011 +0000
     1.2 +++ b/vala/receipt	Mon May 30 00:54:30 2011 +0200
     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.