23 lines
552 B
Plaintext
23 lines
552 B
Plaintext
# Description: Bu eklenti, boş disk alanı için seçilen bağlantı noktasını denetler.
|
||
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
|
||
# Packager: milisarge
|
||
# Depends on: xfce4-panel
|
||
|
||
name=xfce4-fsguard-plugin
|
||
version=1.0.2
|
||
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
|
||
}
|