void-packages/srcpkgs/upower/template
2012-11-14 18:43:01 +01:00

30 lines
1.2 KiB
Plaintext

# Template file for 'upower'
pkgname=upower
version=0.9.18
revision=5
build_style=gnu-configure
configure_args="--disable-static --with-backend=linux
--enable-systemd --with-systemdutildir=/usr/lib/systemd
--with-systemdsystemunitdir=/usr/lib/systemd/system"
conf_files="/etc/UPower/UPower.conf"
subpackages="upower-devel"
depends="dbus pm-utils"
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
short_desc="Abstraction for enumerating power devices"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://upower.freedesktop.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
checksum=a1a1505d2f95e9398a9bed90917c78a6ee0c3d7956aef1ce011717d20467068f
long_desc="
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.UPower service via the system
message bus. Some operations (such as suspending the system) are restricted
using PolicyKit."
pre_configure() {
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
}