summaryrefslogtreecommitdiffstats
path: root/kde/libktorrent/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/libktorrent/Pkgfile')
-rwxr-xr-xkde/libktorrent/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/libktorrent/Pkgfile b/kde/libktorrent/Pkgfile
deleted file mode 100755
index 81691e660..000000000
--- a/kde/libktorrent/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}