[arch-commits] Commit in libktorrent4 (5 files)

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


    Date: Friday, April 15, 2016 @ 20:51:30
  Author: arojas
Revision: 265016

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libktorrent4/repos/
  libktorrent4/repos/staging-i686/
  libktorrent4/repos/staging-i686/PKGBUILD
    (from rev 265015, libktorrent4/trunk/PKGBUILD)
  libktorrent4/repos/staging-x86_64/
  libktorrent4/repos/staging-x86_64/PKGBUILD
    (from rev 265015, libktorrent4/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libktorrent4/repos/staging-i686/PKGBUILD (from rev 265015, libktorrent4/trunk/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD	                        (rev 0)
+++ repos/staging-i686/PKGBUILD	2016-04-15 18:51:30 UTC (rev 265016)
@@ -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
+}

Copied: libktorrent4/repos/staging-x86_64/PKGBUILD (from rev 265015, libktorrent4/trunk/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/staging-x86_64/PKGBUILD	2016-04-15 18:51:30 UTC (rev 265016)
@@ -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
+}



More information about the arch-commits mailing list