#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=polkit-gnome pkgver=0.96 pkgrel=1 zenver=64 arch=i686 source=("http://hal.freedesktop.org/releases/polkit-gnome-0.96.tar.bz2") 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-gnome - Authentication Agent for polkit" "The polkit-gnome package provides an Authentication Agent for polkit" "that integrates well with the GNOME desktop environment." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }