#Packager: Dimitris Tzemos pkgname=libgee pkgver=0.6.8 pkgrel=1dj url="http://live.gnome.org/Libgee" source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) docs=("readme" "install" "copying" "changelog" "authors" "news" ) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgee (GObject-based interfaces and classes)" "libgee is a collection library providing GObject-based interfaces and" "classes for commonly used data structures." "" "Homepage: http://live.gnome.org/Libgee" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --disable-silent-rules \ --enable-introspection=auto \ --disable-dependency-tracking \ --disable-static \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }