From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- ktorrent/Pkgfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 ktorrent/Pkgfile (limited to 'ktorrent/Pkgfile') diff --git a/ktorrent/Pkgfile b/ktorrent/Pkgfile new file mode 100755 index 000000000..6a717ae74 --- /dev/null +++ b/ktorrent/Pkgfile @@ -0,0 +1,25 @@ +# Description: Client Bittorrent sur KDE4 +# URL: http://ktorrent.org/ +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: libktorrent, kde-workspace +# Run on: libktorrent,kde-workspace + +name=ktorrent +version=4.1.2 +release=1 +source=(http://ktorrent.org/downloads/$version/$name-$version.tar.bz2 \ + http://nutyx.meticul.eu/files/patchs/$name/httpserver.patch) + +build() { + cd $name-$version + patch -Np0 -i $SRC/httpserver.patch + cmake . -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_SKIP_RPATH=ON \ + -DENABLE_MEDIAPLAYER_PLUGIN=true + make + make DESTDIR=$PKG install +} + + -- cgit v1.2.3-54-g00ecf