1 #Contributor : ViNS <gladiator.at.fastwebnet.at.it>
7 pkgdesc="Network manager for kde"
8 url='http://www.kde-apps.org/content/show.php?content=37041'
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')
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
18 make DESTDIR=$startdir/pkg install