24 lines
589 B
Plaintext
24 lines
589 B
Plaintext
# Description: Bu eklenti anlık disk / bölüm performansını görüntüler (saniyede bayt aktarılır).
|
||
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
|
||
# Packager: milisarge
|
||
# Depends on: xfce4-panel
|
||
|
||
name=xfce4-diskperf-plugin
|
||
version=2.5.5
|
||
release=2
|
||
|
||
source=(http://archive.xfce.org/src/panel-plugins/$name/2.5/$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
|
||
}
|