wok rev 6633

Up: json-glib to 0.12.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 10 12:50:11 2010 +0000 (2010-10-10)
parents 04c7ef99ae33
children a8cff2132b1b
files json-glib-dev/receipt json-glib/receipt
line diff
     1.1 --- a/json-glib-dev/receipt	Sun Oct 10 12:28:59 2010 +0000
     1.2 +++ b/json-glib-dev/receipt	Sun Oct 10 12:50:11 2010 +0000
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="json-glib-dev"
     1.7 -VERSION="0.11.2"
     1.8 +VERSION="0.12.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="json-glib development files"
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12  WEB_SITE="http://live.gnome.org/JsonGlib"
    1.13 +DEPENDS="json-glib"
    1.14  WANTED="json-glib"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/json-glib/receipt	Sun Oct 10 12:28:59 2010 +0000
     2.2 +++ b/json-glib/receipt	Sun Oct 10 12:50:11 2010 +0000
     2.3 @@ -1,15 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="json-glib"
     2.7 -VERSION="0.11.2"
     2.8 +VERSION="0.12.0"
     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="glib"
    2.13 -BUILD_DEPENDS="glib-dev perl"
    2.14 +BUILD_DEPENDS="glib-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/json-glib/0.11/$TARBALL"
    2.18 +WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/json-glib/0.12/$TARBALL"
    2.19  TAGS="javascript"
    2.20  
    2.21  # Rules to configure and make the package.