wok-current rev 11478
Up: json-glib 0.14.2 (thank godane)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 18 03:01:59 2011 +0100 (2011-12-18) |
parents | c1bca79e83dc |
children | 54d9c01beaff |
files | json-glib/receipt |
line diff
1.1 --- a/json-glib/receipt Sun Dec 18 03:01:59 2011 +0100 1.2 +++ b/json-glib/receipt Sun Dec 18 03:01:59 2011 +0100 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.