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

25 lines
626 B
Plaintext
Raw Normal View History

2017-04-21 14:32:21 +02:00
# Description: Bu panel eklentisi, sistemin geçerli CPU yükünü göstermek için birden fazla ekran modu (LED, gradyan, yangın vb.) sunar.
2016-03-02 16:12:51 +01:00
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
2017-04-21 14:32:21 +02:00
# Packager: milisarge
2016-03-02 16:12:51 +01:00
# Depends on: xfce4-panel
name=xfce4-cpugraph-plugin
version=1.0.5
release=2
source=(http://archive.xfce.org/src/panel-plugins/$name/1.0/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
}