pkgname=ktorrent-kde4 pkgver=3.1 pkgrel=1 pkgdesc="KTorrent is a BitTorrent client for KDE. This is the KDE4 Version" url="http://www.ktorrent.org" arch=('i686' 'x86_64' 'ppc') license=('GPL') depends=('kdebase4-runtime' 'glib2' 'gstreamer0.10') makedepends=('cmake' 'gcc') provides=('ktorrent') conflicts=('ktorrent') source=(http://ktorrent.org/downloads/${pkgver}/ktorrent-${pkgver}.tar.bz2) md5sums=('09fb20a2fb854117cb871da4a920fec3') build() { cd ktorrent-${pkgver} mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/opt/kdemod .. make make DESTDIR=$startdir/pkg/ install }