2010-04-10 18:06:10 +02:00
|
|
|
# Template file for 'upower'
|
|
|
|
pkgname=upower
|
2013-03-19 11:25:21 +01:00
|
|
|
version=0.9.20
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-19 11:25:21 +01:00
|
|
|
configure_args="--disable-static --with-backend=linux --without-idevice
|
2012-09-22 14:26:01 +02:00
|
|
|
--enable-systemd --with-systemdutildir=/usr/lib/systemd
|
2012-07-09 23:24:33 +02:00
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
2012-05-27 20:04:01 +02:00
|
|
|
conf_files="/etc/UPower/UPower.conf"
|
|
|
|
subpackages="upower-devel"
|
2012-07-09 23:24:33 +02:00
|
|
|
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
|
2012-11-14 18:43:01 +01:00
|
|
|
libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
|
2010-04-10 18:06:10 +02:00
|
|
|
short_desc="Abstraction for enumerating power devices"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-12 08:54:15 +02:00
|
|
|
license="GPL-2"
|
2012-07-09 23:24:33 +02:00
|
|
|
homepage="http://upower.freedesktop.org"
|
2013-01-07 14:15:48 +01:00
|
|
|
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
2013-03-19 11:25:21 +01:00
|
|
|
checksum=6817237486561294b1004a9a50a01a4d69f17e8d708c6baf9d92104fe2e6e184
|
2012-07-09 23:24:33 +02:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
|
|
|
}
|