milis/talimatname/genel/x/xfce4-battery-plugin/talimat

28 lines
726 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 paneli için pil durumunu görüntüleme eklentisi
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
# Paketçi: milisarge
# Gerekler: xfce4-panel
# Grup: sistem masaüstü
isim=xfce4-battery-plugin
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_battery_plugin_surum}";[ -z ${xfce4_battery_plugin_surum} ] && \
surum=1.0.5
devir=2
kaynak=(http://archive.xfce.org/src/panel-plugins/$isim/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/man
}