desktop/kwooty/PKGBUILD

33 lines
953 B
Bash
Raw Normal View History

2011-07-14 19:22:57 +08:00
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=kwooty
2013-11-18 00:53:29 +08:00
pkgver=1.1.0
pkgrel=2
2011-07-14 19:22:57 +08:00
pkgdesc="A friendly nzb usenet binary downloader."
2013-02-26 05:47:53 +08:00
arch=('x86_64')
url="http://kde-apps.org/content/show.php/Kwooty?content=114385"
2011-07-14 19:22:57 +08:00
license=('GPL2')
depends=('kde-runtime' 'libkworkspace4')
makedepends=('cmake' 'automoc4' 'kde-workspace')
2011-07-14 19:22:57 +08:00
optdepends=('unrar: automatic RAR-archive extraction.'
'p7zip: automatic zip and 7z archive extraction.'
'par2cmdline: automatic file repairing.')
categories=('network')
source=("http://kde-apps.org/CONTENT/content-files/114385-$pkgname-$pkgver.tar.gz")
2013-11-18 00:53:29 +08:00
md5sums=('b572b685c7f07af1a1c1f78b499c8830')
install=${pkgname}.install
2011-07-14 19:22:57 +08:00
build() {
cd $srcdir/$pkgname-$pkgver
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
-DCMAKE_BUILD_TYPE=Release \
2011-07-14 19:22:57 +08:00
..
make
}
2012-06-12 01:17:30 +08:00
2011-07-14 19:22:57 +08:00
package() {
cd $srcdir/$pkgname-$pkgver/build
make DESTDIR=$pkgdir install
}