#Maintainer: George Vlahavas pkgname=xfce4-wavelan-plugin pkgver=0.5.11 pkgrel=1gv source=("http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.5/xfce4-wavelan-plugin-0.5.11.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 --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }