wok diff json-glib/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 63f55f52c422
children f66acd3122e3
line diff
     1.1 --- a/json-glib/receipt	Tue Apr 12 11:42:31 2011 +0000
     1.2 +++ b/json-glib/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="json-glib"
     1.7 -VERSION="0.12.4"
     1.8 +VERSION="0.14.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation"
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://live.gnome.org/JsonGlib"
    1.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    1.15 +TAGS="javascript"
    1.16 +
    1.17  DEPENDS="libgio glib"
    1.18  BUILD_DEPENDS="pkg-config gobject-introspection-dev"
    1.19 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.20 -WEB_SITE="http://live.gnome.org/JsonGlib"
    1.21 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.22 -TAGS="javascript"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	cd $src
    1.28 -	./configure && make && make install
    1.29 +	./configure $CONFIGURE_ARGS &&
    1.30 +	make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.