#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=system-tools-backends pkgver=2.10.2 zenver=72 pkgrel=1 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/system-tools-backends/2.10/system-tools-backends-$pkgver.tar.bz2" \ "system-tools-backends-2.4.1-zenwalk-as-slackware.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/ap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://system-tools-backends.freedesktop.org/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "system-tools-backends (A set of cross-platform modules for Linux)" "The backends provide an common DBus interface to all platforms to" "modify or read the system configuration in a distro independent" "fashion." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < ../system-tools-backends-2.4.1-zenwalk-as-slackware.patch ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-stb-group=root --disable-static make || return 1 make install DESTDIR=$startdir/pkg }