1 # Maintainer: Jimmy Bergstrom <thekwarf@gmail.com>
2 # Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
6 pkgdesc="A friendly nzb usenet binary downloader for KDE4."
8 url="http://kwooty.sourceforge.net/"
10 depends=('kdebase-workspace>=4.2')
11 makedepends=('cmake' 'automoc4')
12 optdepends=('unrar: automatic RAR-archive extraction' 'p7zip: automatic zip and 7z archive extraction' 'par2cmdline: automatic file repairing')
13 install="${pkgname}.install"
14 source=(http://kde-apps.org/CONTENT/content-files/114385-$pkgname-$pkgver.tar.gz)
15 md5sums=('c91ba3af91e511c574c02b187de4b565')
18 cd "$srcdir/$pkgname-$pkgver/build"
20 cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
22 make DESTDIR="$pkgdir/" install