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

25 lines
611 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: Bu panel eklentisi, sistemin geçerli CPU yükünü göstermek için birden fazla ekran modu (LED, gradyan, yangın vb.) sunar.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
# Paketçi: milisarge
# Gerekler: xfce4-panel
isim=xfce4-cpugraph-plugin
surum=1.0.5
devir=2
kaynak=(http://archive.xfce.org/src/panel-plugins/$isim/1.0/$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
}