updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / kbandwidth / PKGBUILD
blobb95736086e45078c9ba9a6225d66c66159b0cad1
1 # Maintainer: pauline123 <321eniluap at gmail dot com>
2 # Contributor: cmlr
3 # Contributor: Abbadon
6 pkgname=kbandwidth
7 pkgver=1.0.6
8 pkgrel=1
9 license=('GPL')
10 arch=('i686' 'x86_64')
11 pkgdesc="This tool can show speed of any network interfaces."
12 url="http://kde-apps.org/content/show.php?content=18939"
13 depends=('kdelibs') 
14 source=(http://kde-apps.org/CONTENT/content-files/18939-$pkgname.tar.gz)
15 md5sums=('aed320722a585ec4a90f941b13373423')
18 build() {
19 cd $srcdir/$pkgname
20 mkdir build
21 cd build
22 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
23 make
24 make DESTDIR=$pkgdir install