# Xfce4-battery-pluging # Description: Battery monitor panel plugin for Xfce4 # Maintainer: M0E-lnx # Depends on Libxfcegui4, Xfce4-panel name=xfce4-battery-plugin version=0.5.0 release=1 source=(http://goodies.xfce.org/releases/xfce4-battery-plugin/xfce4-battery-plugin-0.5.0.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} }