1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: AndyRTR <andyrtr@archlinux.org>
3 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
5 pkgname=xfce4-wavelan-plugin
8 pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
10 url="https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin"
12 groups=('xfce4-goodies')
13 depends=('xfce4-panel')
14 makedepends=('intltool')
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('ea7aa36650c596b1a29567d100776c68ed732aaf0f48c92245c4466058b5481d')
19 cd "$srcdir/$pkgname-$pkgver"
24 --libexecdir=/usr/lib \
25 --localstatedir=/var \
32 cd "$srcdir/$pkgname-$pkgver"
33 make DESTDIR="$pkgdir" install
34 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
37 # vim:set ts=2 sw=2 et: