#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=upower pkgver=0.9.4 pkgrel=1 zenver=66 arch=i486 source=("http://hal.freedesktop.org/releases/$pkgname-$pkgver.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------------------------------------------------------| "upower (An abstraction for enumerating power devices)" "Upower is an abstraction for enumerating power devices," "listening to device events and querying history and statistics." "Any application or service on the system can access the" "org.freedesktop.DeviceKit.Power service via the system message bus." "UPower was once called DeviceKit-power. UPower aims to make a large" "chunk of HAL redundant, as HAL is officially deprecated." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --enable-gtk-doc="no" \ --sysconfdir=/etc --libexecdir=/usr/lib/upower --disable-static make || return 1 make install DESTDIR=$startdir/pkg }