# Xfce4-mount plugin # Description: Displays the current load of the network interfaces # Maintainer: M0E-lnx # Depends on Xfce4-panel name=xfce4-netload-plugin version=0.4.0 release=1 source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc/xfce \ --mandir=/usr/man --enable-compositor \ --enable-static=no \ --enable-xinerama \ --with-included-gettext make make DESTDIR=$PKG install rm -rf $PKG/usr/{etc,share} }