wok rev 9580
Up: json-glib to 0.12.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 12 11:42:31 2011 +0000 (2011-04-12) |
parents | 85e2616a7123 |
children | f800b0655e56 |
files | json-glib-dev/receipt json-glib/receipt |
line diff
1.1 --- a/json-glib-dev/receipt Tue Apr 12 11:37:28 2011 +0000 1.2 +++ b/json-glib-dev/receipt Tue Apr 12 11:42:31 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="json-glib-dev" 1.7 -VERSION="0.12.0" 1.8 +VERSION="0.12.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="json-glib development files" 1.11 MAINTAINER="mallory@sweetpeople.org"
2.1 --- a/json-glib/receipt Tue Apr 12 11:37:28 2011 +0000 2.2 +++ b/json-glib/receipt Tue Apr 12 11:42:31 2011 +0000 2.3 @@ -1,27 +1,22 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="json-glib" 2.7 -VERSION="0.12.0" 2.8 +VERSION="0.12.4" 2.9 CATEGORY="development" 2.10 SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation" 2.11 MAINTAINER="mallory@sweetpeople.org" 2.12 DEPENDS="libgio glib" 2.13 -BUILD_DEPENDS="glib-dev libgio-dev pkg-config gobject-introspection-dev" 2.14 +BUILD_DEPENDS="pkg-config gobject-introspection-dev" 2.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.16 WEB_SITE="http://live.gnome.org/JsonGlib" 2.17 -WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 2.18 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.19 TAGS="javascript" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 cd $src 2.25 - ./configure \ 2.26 - --prefix=/usr \ 2.27 - --infodir=/usr/share/info \ 2.28 - --mandir=/usr/share/man \ 2.29 - $CONFIGURE_ARGS && 2.30 - make && make DESTDIR=$PWD/_pkg install 2.31 + ./configure && make && make install 2.32 } 2.33 2.34 # Rules to gen a SliTaz package suitable for Tazpkg.