# Description: Wireless network monitor plugin for xfce panel # Depends on xfce4 name=xfce4-wavelan-plugin version=0.5.4 release=1 source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ --with-included-gettext make make DESTDIR=$PKG install-strip }