updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kwooty / PKGBUILD
blob3377a73a31437c2dc0cc456188d39d1acb1763ac
1 # Maintainer: Jimmy Bergstrom <thekwarf@gmail.com>
2 # Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
3 pkgname=kwooty
4 pkgver=0.8.0
5 pkgrel=1
6 pkgdesc="A friendly nzb usenet binary downloader for KDE4."
7 arch=('i686' 'x86_64')
8 url="http://kwooty.sourceforge.net/"
9 license=('GPL')
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')
17 build() {
18         cd "$srcdir/$pkgname-$pkgver/build"
20         cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
21         make || return 1
22         make DESTDIR="$pkgdir/" install