#Maintainer: George Vlahavas pkgname=xfce4-wavelan-plugin pkgver=0.5.5 pkgrel=1gv arch=x86_64 source=(http://goodies.xfce.org/releases/xfce4-wavelan-plugin/xfce4-wavelan-plugin-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-wavelan-plugin - a wireless lan monitor for the xfce panel" "This plugin is used to display stats from a wireless lan interface" "(signal state, signal quality, network name (SSID))." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-debug --disable-static make || return 1 make install DESTDIR=$startdir/pkg }