#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=polkit pkgver=0.96 pkgrel=1 zenver=64 arch=i686 source=("http://hal.freedesktop.org/releases/polkit-0.96.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://hal.freedesktop.org/releases/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "polkit is a collection of many reusable Obj-C classes" "The polkit package is an application-level toolkit for defining and" "handling the policy that allows unprivileged processes to speak to" " privileged processes." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-introspection --with-os-type=zenwalk --disable-static make || return 1 make install DESTDIR=$startdir/pkg }