# HG changeset patch # User Christopher Rogers # Date 1302608551 0 # Node ID 63f55f52c422d6037ecb47100b28af0c1b76291f # Parent 85e2616a71233a57a1049883b94572647d1fb784 Up: json-glib to 0.12.4. diff -r 85e2616a7123 -r 63f55f52c422 json-glib-dev/receipt --- a/json-glib-dev/receipt Tue Apr 12 11:37:28 2011 +0000 +++ b/json-glib-dev/receipt Tue Apr 12 11:42:31 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="json-glib-dev" -VERSION="0.12.0" +VERSION="0.12.4" CATEGORY="development" SHORT_DESC="json-glib development files" MAINTAINER="mallory@sweetpeople.org" diff -r 85e2616a7123 -r 63f55f52c422 json-glib/receipt --- a/json-glib/receipt Tue Apr 12 11:37:28 2011 +0000 +++ b/json-glib/receipt Tue Apr 12 11:42:31 2011 +0000 @@ -1,27 +1,22 @@ # SliTaz package receipt. PACKAGE="json-glib" -VERSION="0.12.0" +VERSION="0.12.4" CATEGORY="development" SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation" MAINTAINER="mallory@sweetpeople.org" DEPENDS="libgio glib" -BUILD_DEPENDS="glib-dev libgio-dev pkg-config gobject-introspection-dev" +BUILD_DEPENDS="pkg-config gobject-introspection-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://live.gnome.org/JsonGlib" -WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="javascript" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.