[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 15 18:50:15 UTC 2016


    Date: Friday, April 15, 2016 @ 20:50:15
  Author: arojas
Revision: 265015

Add KDE4 version of libktorrent (for kget)

Added:
  libktorrent4/
  libktorrent4/trunk/
  libktorrent4/trunk/PKGBUILD

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Added: libktorrent4/trunk/PKGBUILD
===================================================================
--- libktorrent4/trunk/PKGBUILD	                        (rev 0)
+++ libktorrent4/trunk/PKGBUILD	2016-04-15 18:50:15 UTC (rev 265015)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libktorrent4
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation - KDE4 version"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/"
+license=(GPL2)
+depends=(kdelibs)
+makedepends=(automoc4 cmake boost doxygen)
+conflicts=(libktorrent)
+source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname%4}-${pkgver}.tar.bz2")
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname%4}-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: libktorrent4/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list