summaryrefslogtreecommitdiffstats
path: root/kde/libktorrent/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-18 12:40:46 +0200
committersibel <lesibel at free dot fr>2010-06-18 12:40:46 +0200
commitb21651ea436818ba0af8bfeb885b6e0ae9069dab (patch)
tree53a03bc49cb5f29b019a99810717c377c6eadea8 /kde/libktorrent/Pkgfile
parent82871560ca0ceb9171d1cbf59ed77186bc49b8c3 (diff)
downloadnutyx-extra-b21651ea436818ba0af8bfeb885b6e0ae9069dab.tar.gz
nutyx-extra-b21651ea436818ba0af8bfeb885b6e0ae9069dab.tar.bz2
nutyx-extra-b21651ea436818ba0af8bfeb885b6e0ae9069dab.tar.xz
nutyx-extra-b21651ea436818ba0af8bfeb885b6e0ae9069dab.zip
ajout libktorrent#1.0.1-1
Diffstat (limited to 'kde/libktorrent/Pkgfile')
-rwxr-xr-xkde/libktorrent/Pkgfile20
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
+}