milis/talimatname/genel/x/xfce4-power-manager/talimat

19 lines
467 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.

# Tanım: Xfce masaüstü için güç yöneticisi.
# URL: http://goodies.xfce.org/projects/applications/xfce4-power-manager
# Paketçi: milisarge
# Gerekler: dbus-glib xorg-app libnotify xfce4-panel upower udisks
name=xfce4-power-manager
version=1.4.4
release=2
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
derle() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}