opt/upower/Pkgfile

29 lines
744 B
Plaintext
Raw Normal View History

2014-11-27 10:58:39 +01:00
# Description: Abstraction for enumerating power devices, listening to device events and querying history and statistics.
# URL: http://upower.freedesktop.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: dbus-glib gobject-introspection intltool libgudev libusb
2014-11-27 10:58:39 +01:00
name=upower
version=0.99.4
2014-11-27 10:58:39 +01:00
release=1
source=(http://$name.freedesktop.org/releases/$name-$version.tar.xz
fix-critical-action.patch)
2014-11-27 10:58:39 +01:00
build() {
cd $name-$version
patch -p 1 -i $SRC/fix-critical-action.patch
2014-11-27 10:58:39 +01:00
./configure \
--prefix=/usr \
--sysconfdir=/usr/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/$name \
--disable-nls \
--disable-man-pages
2014-11-27 10:58:39 +01:00
make
make DESTDIR=$PKG install
}