1 # xfce4-wavelan-plugin-git
2 # Maintainer: Stephen Jackson <scj7t4@mst.edu>
4 pkgname=xfce4-wavelan-plugin-git
7 pkgdesc="plugin to monitor wifi connectivity for the Xfce4 panel"
10 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/"
11 groups=('xfce4-goodies')
12 depends=('xfce4-panel' 'libxfcegui4')
13 conflicts=('xfce4-wavelan-plugin')
14 provides=('xfce4-wavelan-plugin')
15 makedepends=('intltool')
18 _gitroot=(git://git.xfce.org/panel-plugins/xfce4-wavelan-plugin)
19 _gitname="xfce4-wavelan-plugin"
24 if [ -d "$srcdir/$_gitname" ] ; then
29 cd ${srcdir}/${_gitname}
31 ./configure --prefix=/usr \
33 --libexecdir=/usr/lib \
34 --localstatedir=/var \
38 make DESTDIR=${startdir}/pkg install || return 1