#Packager: George Vlahavas pkgname=json-glib pkgver=0.16.2 pkgrel=1gv source=("http://ftp.gnome.org/pub/GNOME/sources/json-glib/0.16/json-glib-0.16.2.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://live.gnome.org/JsonGlib slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "json-glib (serialization/deserialization support for the JSON format)" "JSON-GLib is a library providing serialization and deserialization" "support for the JavaScript Object Notation (JSON) format described by" "RFC 4627." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make all || return 1 make install DESTDIR=$startdir/pkg }