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

22 lines
457 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: Panel için monitör sistemi
# URL: http://goodies.xfce.org/projects/panel-plugins/start
# Paketçi: milisarge
# Gerekler: xfce4-panel
isim=xfce4-systemload-plugin
surum=1.1.2
devir=2
kaynak=(http://archive.xfce.org/src/panel-plugins/$isim/1.1/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}