wok-next diff json-glib/receipt @ rev 10280
automake: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 16:36:59 2011 +0000 (2011-05-21) |
parents | 64b9962a25fe |
children | ab75a8415135 |
line diff
1.1 --- a/json-glib/receipt Wed Dec 08 10:34:40 2010 +0000 1.2 +++ b/json-glib/receipt Sat May 21 16:36:59 2011 +0000 1.3 @@ -1,27 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="json-glib" 1.7 -VERSION="0.12.0" 1.8 +VERSION="0.12.4" 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 DEPENDS="libgio glib" 1.13 -BUILD_DEPENDS="glib-dev libgio-dev pkg-config gobject-introspection-dev" 1.14 +BUILD_DEPENDS="pkg-config gobject-introspection-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://live.gnome.org/JsonGlib" 1.17 -WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 TAGS="javascript" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 - ./configure \ 1.26 - --prefix=/usr \ 1.27 - --infodir=/usr/share/info \ 1.28 - --mandir=/usr/share/man \ 1.29 - $CONFIGURE_ARGS && 1.30 - make && make DESTDIR=$PWD/_pkg install 1.31 + ./configure && make && make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.