diff options
Diffstat (limited to 'kde/libktorrent/Pkgfile')
-rwxr-xr-x | kde/libktorrent/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde/libktorrent/Pkgfile b/kde/libktorrent/Pkgfile index 384869481..bdd646578 100755 --- a/kde/libktorrent/Pkgfile +++ b/kde/libktorrent/Pkgfile @@ -5,16 +5,16 @@ # Depends on: qca, xorg-libxft, kdebase-runtime, kdebase-workspace, taglib, hicolor-icon-theme, kdepimlibs name=libktorrent -version=1.0.1 -versionktorrent=4.0.1 +version=1.0.3 +versionktorrent=4.0.3 release=1 source=(http://ktorrent.org/downloads/$versionktorrent/$name-$version.tar.bz2) -http://ktorrent.org/downloads/4.0.1/libktorrent-1.0.1.tar.bz2 + build() { cd $name-$version cmake . -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON - make + make -j5 make DESTDIR=$PKG install } |