json-glib: update to 0.14.0.

This commit is contained in:
Juan RP 2011-09-30 13:36:39 +02:00
parent a4aea0ada0
commit 24ebb6cba5
2 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ Add_dependency run json-glib
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/lib vmove usr/include usr
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr vmove usr/share usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib vmove usr/lib/pkgconfig usr/lib
} }

View file

@ -1,13 +1,13 @@
# Template build file for 'json-glib'. # Template build file for 'json-glib'.
pkgname=json-glib pkgname=json-glib
version=0.12.6 version=0.14.0
distfiles="${GNOME_SITE}/${pkgname}/0.12/${pkgname}-${version}.tar.bz2" distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
build_style=gnu_configure build_style=gnu_configure
short_desc="A JSON parser for GLib-based libraries and applications" short_desc="A JSON parser for GLib-based libraries and applications"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/JsonGlib" homepage="http://live.gnome.org/JsonGlib"
license="LGPL-2" license="LGPL-2"
checksum=29c5f6679928d71943265a835bc5b837da16cf1025f3df8b4e4b51957b09136f checksum=821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56
long_desc=" long_desc="
JSON-GLib implements a full JSON parser using GLib and GObject. JSON-GLib implements a full JSON parser using GLib and GObject.