diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:49 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:49 +0200 |
commit | de1b336391bb9562c3246da4c107488dc363cdfc (patch) | |
tree | a156a133fd79ff06d18307ad4fdfc03a3d1fbd04 /extra/libktorrent/Pkgfile | |
parent | bc08352acbbc14b455559a252f7ed4a2bbefd030 (diff) | |
download | nutyx-extra-de1b336391bb9562c3246da4c107488dc363cdfc.tar.gz nutyx-extra-de1b336391bb9562c3246da4c107488dc363cdfc.tar.bz2 nutyx-extra-de1b336391bb9562c3246da4c107488dc363cdfc.tar.xz nutyx-extra-de1b336391bb9562c3246da4c107488dc363cdfc.zip |
libktorrent dans extra
Diffstat (limited to 'extra/libktorrent/Pkgfile')
-rwxr-xr-x | extra/libktorrent/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libktorrent/Pkgfile b/extra/libktorrent/Pkgfile new file mode 100755 index 000000000..81691e660 --- /dev/null +++ b/extra/libktorrent/Pkgfile @@ -0,0 +1,21 @@ +# 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,kdelibs,taglib,hicolor-icon-theme,kdepimlibs +# Run on: qca,xorg-libxft,kdelibs,taglib,hicolor-icon-theme,kdepimlibs + +name=libktorrent +version=1.1.2 +versionktorrent=4.1.2 +release=1 +source=(http://ktorrent.org/downloads/$versionktorrent/$name-$version.tar.bz2) + +build() { + cd $name-* + cmake . -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_SKIP_RPATH=ON + make + make DESTDIR=$PKG install +} |