updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / plasmoid-wifi-signal / PKGBUILD
blob870af43723bdee444e6fd8c7524e37d414ae6e5d
1 # Contributor: Viliam Pucik <viliam dot pucik at gmail dot com>
3 pkgname=plasmoid-wifi-signal
4 pkgver=0.5
5 pkgrel=1
6 pkgdesc="KDE 4 Plasma applet which displays the signal strength of the access point your wifi NIC is currently connected to."
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/Plasma+WiFi?content=79476"
9 license=('GPL')
10 depends=('kdebase-workspace')
11 makedepends=('gcc' 'cmake' 'automoc4')
12 source=(http://kde-look.org/CONTENT/content-files/79476-plasma-wifi-$pkgver.tgz)
13 md5sums=('21c66f4ff5145ad2ebc0ad9ea930081f')
15 build() {
16   cd $startdir/src/plasma-wifi-$pkgver
17   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
18   make || return 1
19   make DESTDIR=$pkgdir install