#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=DeviceKit pkgver=003 pkgrel=1 zenver=64 arch=i486 source=("http://hal.freedesktop.org/releases/DeviceKit-003.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' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "DeviceKit is a modular hardware abstraction layer" "DeviceKit is an abstraction for enumerating devices and listening to" "device events. Any application on the system can access" "the org.freedesktop.DeviceKit service via the system message bus." "On GNU/Linux, DeviceKit can be considered a simple D-Bus frontend" "to udev(7)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-gtk-doc="no" --disable-static make || return 1 make install DESTDIR=$startdir/pkg }