[arch-commits] Commit in libktorrent/repos (4 files)

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


    Date: Friday, April 15, 2016 @ 21:00:50
  Author: arojas
Revision: 265020

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

Added:
  libktorrent/repos/staging-i686/
  libktorrent/repos/staging-i686/PKGBUILD
    (from rev 265019, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/staging-x86_64/
  libktorrent/repos/staging-x86_64/PKGBUILD
    (from rev 265019, libktorrent/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: libktorrent/repos/staging-i686/PKGBUILD (from rev 265019, libktorrent/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-04-15 19:00:50 UTC (rev 265020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libktorrent
+pkgver=2.0
+_ktorrentver=5.0
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/"
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz")
+sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libktorrent/repos/staging-x86_64/PKGBUILD (from rev 265019, libktorrent/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-04-15 19:00:50 UTC (rev 265020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libktorrent
+pkgver=2.0
+_ktorrentver=5.0
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/"
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz")
+sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list