1 # Contributor: Marvn <mistrmarvn@gmail.com>
6 pkgdesc="Wicd client build on the KDE Development Platform"
8 url="http://kde-apps.org/content/show.php/Wicd+Client+KDE?content=132366"
10 depends=('kdelibs' 'qt' 'wicd')
11 replaces=('wicd-client-kde')
12 conflicts=('wicd-client-kde')
13 makedepends=('cmake' 'automoc4')
14 source=("http://kde-apps.org/CONTENT/content-files/132366-wicd-kde-${pkgver}.tar.gz")
15 md5sums=('cf78cddabd9dc9608b69a03b5fe3e30d')
20 cd ${srcdir}/${pkgname}
23 cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DPYTHONBIN=python2
30 cd ${srcdir}/${pkgname}
31 make DESTDIR=${pkgdir} install