void-packages/srcpkgs/upower/template

30 lines
1.1 KiB
Text
Raw Normal View History

# Template file for 'upower'
pkgname=upower
2012-08-23 13:43:37 +00:00
version=0.9.18
revision=1
build_style=gnu-configure
2012-08-23 13:43:37 +00:00
configure_args="--disable-static --with-backend=linux
2012-07-09 21:24:33 +00:00
--with-systemdsystemunitdir=/usr/lib/systemd/system"
conf_files="/etc/UPower/UPower.conf"
subpackages="upower-devel"
depends="dbus"
2012-07-09 21:24:33 +00:00
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
2012-08-23 13:43:37 +00:00
libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
fulldepends="udev pm-utils"
short_desc="Abstraction for enumerating power devices"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-12 06:54:15 +00:00
license="GPL-2"
2012-07-09 21:24:33 +00:00
homepage="http://upower.freedesktop.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
2012-08-23 13:43:37 +00:00
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."
2012-07-09 21:24:33 +00:00
pre_configure() {
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
}