1 # Contributor: Viliam Pucik <viliam dot pucik at gmail dot com>
3 pkgname=plasmoid-wifi-signal
6 pkgdesc="KDE 4 Plasma applet which displays the signal strength of the access point your wifi NIC is currently connected to."
8 url="http://kde-look.org/content/show.php/Plasma+WiFi?content=79476"
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')
16 cd $startdir/src/plasma-wifi-$pkgver
17 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
19 make DESTDIR=$pkgdir install