summaryrefslogtreecommitdiffstats
path: root/kde47/libktorrent/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-07-29 10:35:46 +0200
committerorchidman <lesibel@free.fr>2011-07-29 10:35:46 +0200
commit7257b85537d8eebe8635aafbf62f3b3cd29219e3 (patch)
tree12e3046df314224d95d35e76c7f95f1fd886c318 /kde47/libktorrent/Pkgfile
parenta62347ef7d01249dd68c773c73b92340059aa805 (diff)
downloadnutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.tar.gz
nutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.tar.bz2
nutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.tar.xz
nutyx-pakxe-7257b85537d8eebe8635aafbf62f3b3cd29219e3.zip
kde47 ajout
Diffstat (limited to 'kde47/libktorrent/Pkgfile')
-rwxr-xr-xkde47/libktorrent/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde47/libktorrent/Pkgfile b/kde47/libktorrent/Pkgfile
new file mode 100755
index 000000000..b8cdbec6a
--- /dev/null
+++ b/kde47/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.1
+versionktorrent=4.1.1
+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
+}