#Maintainer: Nigel Bosch pkgname=ktorrent pkgver=3.2.2 pkgrel=1 zenver=62 arch=i486 source=("http://ktorrent.org/downloads/$pkgver/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/sparky/packages/$pkgname/ docs=("copying" "changelog") url=http://ktorrent.org slackdesc=\ ( #|-----handy-ruler-----------------------------------------------------| "$pkgname - Full-featured BitTorrent client for KDE 4" "KTorrent is a bittorrent application for KDE which allows you to" "download files using the BitTorrent protocol. It enables you to run" "multiple torrents at the same time and comes with extended features to" "make it a full-featured client for BitTorrent." ) build() { cd $startdir/src/$pkgname-$pkgver cmake -DCMAKE_INSTALL_PREFIX=/usr make || return 1 make install DESTDIR=$startdir/pkg }