milis/talimatname/genel/m/mate-power-manager/talimat

25 lines
656 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: MATE masaüstü için güç yönetim aracı
# URL: http://www.mate-desktop.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool itstool mate-panel dbus-glib libcanberra libgnome-keyring libnotify upower consolekit2
# Grup: sistem
isim=mate-power-manager
surum=1.20.0
devir=1
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$isim \
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
--enable-applets \
--disable-strict
make
make DESTDIR=$PKG install
}