summaryrefslogtreecommitdiffstats
path: root/kde/ktorrent/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:48 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:48 +0200
commitac8e4b70e958950322407733a822f2722b6f0001 (patch)
tree6723b4587358a6a3bc7f992a1ddcb85a9e1e038d /kde/ktorrent/Pkgfile
parentab2269538cb8fc8969757cab17aef8d040946c75 (diff)
downloadnutyx-extra-ac8e4b70e958950322407733a822f2722b6f0001.tar.gz
nutyx-extra-ac8e4b70e958950322407733a822f2722b6f0001.tar.bz2
nutyx-extra-ac8e4b70e958950322407733a822f2722b6f0001.tar.xz
nutyx-extra-ac8e4b70e958950322407733a822f2722b6f0001.zip
ktorrent dans extra
Diffstat (limited to 'kde/ktorrent/Pkgfile')
-rwxr-xr-xkde/ktorrent/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/ktorrent/Pkgfile b/kde/ktorrent/Pkgfile
deleted file mode 100755
index 6a717ae74..000000000
--- a/kde/ktorrent/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-}
-
-