#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=libgee pkgver=0.18.0 pkgrel=1rl #arch=noarch source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="https://wiki.gnome.org/Projects/Libgee" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgqee1 (GObject collection library)" "Libgee is an utility library providing GObject-based interfaces and" "classes for commonly used data structures." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --build=$arch-slackware-linux \ --disable-static make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }