2023-07-23 09:25:12 -04:00

25 lines
510 B
Plaintext

# Description: A graphical representation of the cpuload for the xfce-panel
# URL: https://xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel glib xfconf
name=xfce4-cpugraph-plugin
version=1.2.8
release=1
source=(https://archive.xfce.org/src/panel-plugins/$name/${version:0:3}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-nls \
--disable-debug \
--disable-static
make
make DESTDIR=$PKG install
}