#Packager: George Vlahavas pkgname=json-glib pkgver=1.2.0 pkgrel=1gv source=("http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.2/json-glib-1.2.0.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 # we don't need gtk-doc rm -rf $startdir/pkg/usr/share/gtk-doc }