2023-07-16 08:11:44 -04:00

25 lines
528 B
Plaintext

# Description: a file system usage monitor for the xfce-panel
# URL: https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel
name=xfce4-fsguard-plugin
version=1.1.3
release=1
source=(https://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-nls \
--disable-debug \
make
make DESTDIR=$PKG install
}