diff options
Diffstat (limited to 'kde/libktorrent/Pkgfile')
-rwxr-xr-x | kde/libktorrent/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde/libktorrent/Pkgfile b/kde/libktorrent/Pkgfile new file mode 100755 index 000000000..384869481 --- /dev/null +++ b/kde/libktorrent/Pkgfile @@ -0,0 +1,20 @@ +# Description: Librairie pourClient Bittorrent sur KDE4 +# URL: http://ktorrent.org/ +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: qca, xorg-libxft, kdebase-runtime, kdebase-workspace, taglib, hicolor-icon-theme, kdepimlibs + +name=libktorrent +version=1.0.1 +versionktorrent=4.0.1 +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 DESTDIR=$PKG install +} |