#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=liboobs pkgver=3.0.0 zenver=72 pkgrel=1 arch=i486 source=("http://ftp.acc.umu.se/pub/GNOME/sources/liboobs/3.0/liboobs-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "liboobs - A GObject based interface to system-tools-backends" "It's completely abstracted of the communication and authentication" "details, making it easy for applications to integrate with the system" "details." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }