updated on Tue Jan 10 16:09:17 UTC 2012
[aur-mirror.git] / kwlan / PKGBUILD
blobc06d3ab2ca06683584078409229d917e7ee56f7d
1 #Contributor : ViNS <gladiator.at.fastwebnet.at.it>
3 pkgname=kwlan
4 pkgver=0.6.3
5 pkgrel=1
6 arch=('i686' 'x86_64')
7 pkgdesc="Network manager for kde"
8 url='http://www.kde-apps.org/content/show.php?content=37041'
9 license="GPL"
10 depends=('dhclient' 'wpa_supplicant' 'kde-meta-kdebase') # the creator did not mention any dep, but a working KDE should be fine
11 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
12 md5sums=('878f4a81aed8db736a6a89b4aa12e781')
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   ./configure --prefix=/opt/kde --without-arts --enable-sudo #cannot find the missing lib (for --without-arts) write a comment if you do
17   make || return 1
18   make DESTDIR=$startdir/pkg install