# HG changeset patch # User Antoine Bodin # Date 1324173719 -3600 # Node ID ab75a8415135f980a76193202a6e315e0517d94e # Parent c1bca79e83dcd4e8153b9ee70a1dd6cce00083fe Up: json-glib 0.14.2 (thank godane) diff -r c1bca79e83dc -r ab75a8415135 json-glib/receipt --- a/json-glib/receipt Sun Dec 18 03:01:59 2011 +0100 +++ b/json-glib/receipt Sun Dec 18 03:01:59 2011 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="json-glib" -VERSION="0.12.4" +VERSION="0.14.2" CATEGORY="development" SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation" MAINTAINER="mallory@sweetpeople.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://live.gnome.org/JsonGlib" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" +TAGS="javascript" + DEPENDS="libgio glib" BUILD_DEPENDS="pkg-config gobject-introspection-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://live.gnome.org/JsonGlib" -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" -TAGS="javascript" # Rules to configure and make the package. compile_rules() { cd $src - ./configure && make && make install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.