milis/talimatname/genel/upower/talimat

23 lines
628 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: UPower, güç aygıtlarını numaralandırmak, aygıt olaylarını dinlemek ve geçmişi ve istatistikleri sorgulamak için bir soyutlamadır.
# URL: http://upower.freedesktop.org
# Packager: yasarciv milisarge
# Depends on: dbus-glib libusb intltool polkit gobject-introspection libgudev pm-utils
name=upower
version=0.99.4
release=1
source=(http://$name.freedesktop.org/releases/$name-$version.tar.xz
fix-critical-action.patch)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-deprecated \
--localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}