json-glib: update to 0.14.0.
This commit is contained in:
parent
a4aea0ada0
commit
24ebb6cba5
2 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ Add_dependency run json-glib
|
|||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'json-glib'.
|
||||
pkgname=json-glib
|
||||
version=0.12.6
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.12/${pkgname}-${version}.tar.bz2"
|
||||
version=0.14.0
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
|
||||
build_style=gnu_configure
|
||||
short_desc="A JSON parser for GLib-based libraries and applications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/JsonGlib"
|
||||
license="LGPL-2"
|
||||
checksum=29c5f6679928d71943265a835bc5b837da16cf1025f3df8b4e4b51957b09136f
|
||||
checksum=821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56
|
||||
long_desc="
|
||||
JSON-GLib implements a full JSON parser using GLib and GObject.
|
||||
|
||||
|
|
Loading…
Reference in a new issue