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

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 11:14:12
  Author: arojas
Revision: 304378

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

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

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: libktorrent/repos/staging-i686/PKGBUILD (from rev 304377, 
libktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-31 11:14:12 UTC (rev 304378)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.1
+_ktorrentver=5.1
+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"{,.sig})
+sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libktorrent/repos/staging-x86_64/PKGBUILD (from rev 304377, 
libktorrent/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-31 11:14:12 UTC (rev 304378)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.1
+_ktorrentver=5.1
+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"{,.sig})
+sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:40:05
  Author: arojas
Revision: 265115

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

Added:
  libktorrent/repos/testing-i686/PKGBUILD
(from rev 265114, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/testing-x86_64/PKGBUILD
(from rev 265114, libktorrent/trunk/PKGBUILD)
Deleted:
  libktorrent/repos/testing-i686/PKGBUILD
  libktorrent/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 testing-i686/PKGBUILD   |   36 ---
 testing-x86_64/PKGBUILD |   36 ---
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-18 06:39:27 UTC (rev 265114)
+++ testing-i686/PKGBUILD   2016-04-18 06:40:05 UTC (rev 265115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-
-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/testing-i686/PKGBUILD (from rev 265114, 
libktorrent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-18 06:40:05 UTC (rev 265115)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.0.1
+_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=('ebf4aedd97741ad534ee272576a4649788209574')
+
+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
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-04-18 06:39:27 UTC (rev 265114)
+++ testing-x86_64/PKGBUILD 2016-04-18 06:40:05 UTC (rev 265115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-
-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/testing-x86_64/PKGBUILD (from rev 265114, 
libktorrent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-18 06:40:05 UTC (rev 265115)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.0.1
+_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=('ebf4aedd97741ad534ee272576a4649788209574')
+
+prepare() {
+  mkdir 

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

2016-04-15 Thread Antonio Rojas
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 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+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 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+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
+}


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 22:20:02
  Author: foutrelis
Revision: 253018

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

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

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libktorrent/repos/staging-i686/PKGBUILD (from rev 253017, 
libktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 21:20:02 UTC (rev 253018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="A BitTorrent protocol implementation"
+arch=('i686' 'x86_64')
+url="http://ktorrent.pwsp.net/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libktorrent/repos/staging-x86_64/PKGBUILD (from rev 253017, 
libktorrent/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 21:20:02 UTC (rev 253018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="A BitTorrent protocol implementation"
+arch=('i686' 'x86_64')
+url="http://ktorrent.pwsp.net/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2014-09-28 Thread Felix Yan
Date: Sunday, September 28, 2014 @ 17:12:15
  Author: fyan
Revision: 223626

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

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

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libktorrent/repos/staging-i686/PKGBUILD (from rev 223625, 
libktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-28 15:12:15 UTC (rev 223626)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.pwsp.net/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libktorrent/repos/staging-x86_64/PKGBUILD (from rev 223625, 
libktorrent/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-28 15:12:15 UTC (rev 223626)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.pwsp.net/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 09:34:08
  Author: andrea
Revision: 201686

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

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

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libktorrent/repos/staging-i686/PKGBUILD (from rev 201685, 
libktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-12-18 08:34:08 UTC (rev 201686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=2
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libktorrent/repos/staging-x86_64/PKGBUILD (from rev 201685, 
libktorrent/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-12-18 08:34:08 UTC (rev 201686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=2
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-02 Thread Andrea Scarpino
Date: Saturday, February 2, 2013 @ 19:12:44
  Author: andrea
Revision: 176928

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

Added:
  libktorrent/repos/extra-i686/PKGBUILD
(from rev 176927, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/extra-x86_64/PKGBUILD
(from rev 176927, libktorrent/trunk/PKGBUILD)
Deleted:
  libktorrent/repos/extra-i686/PKGBUILD
  libktorrent/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 +++-
 extra-x86_64/PKGBUILD |   60 +++-
 2 files changed, 58 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-02 18:12:33 UTC (rev 176927)
+++ extra-i686/PKGBUILD 2013-02-02 18:12:44 UTC (rev 176928)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org/;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.3.0/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e7e813af36f5854237111fd550f4914b83f17102')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-i686/PKGBUILD (from rev 176927, 
libktorrent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-02 18:12:44 UTC (rev 176928)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-02 18:12:33 UTC (rev 176927)
+++ extra-x86_64/PKGBUILD   2013-02-02 18:12:44 UTC (rev 176928)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org/;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.3.0/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e7e813af36f5854237111fd550f4914b83f17102')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-x86_64/PKGBUILD (from rev 176927, 
libktorrent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-02 18:12:44 UTC (rev 176928)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-18 Thread Ronald van Haren
Date: Monday, June 18, 2012 @ 03:10:44
  Author: ronald
Revision: 161992

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

Added:
  libktorrent/repos/extra-i686/PKGBUILD
(from rev 161991, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/extra-x86_64/PKGBUILD
(from rev 161991, libktorrent/trunk/PKGBUILD)
Deleted:
  libktorrent/repos/extra-i686/PKGBUILD
  libktorrent/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-18 07:10:12 UTC (rev 161991)
+++ extra-i686/PKGBUILD 2012-06-18 07:10:44 UTC (rev 161992)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org/;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.2.0/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-i686/PKGBUILD (from rev 161991, 
libktorrent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-18 07:10:44 UTC (rev 161992)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.2.1/${pkgname}-${pkgver}-2.tar.bz2;)
+sha1sums=('857e4227c4bba685755d66581d881f893f6311ae')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-2 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-18 07:10:12 UTC (rev 161991)
+++ extra-x86_64/PKGBUILD   2012-06-18 07:10:44 UTC (rev 161992)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org/;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.2.0/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-x86_64/PKGBUILD (from rev 161991, 
libktorrent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-18 07:10:44 UTC (rev 161992)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.2.1/${pkgname}-${pkgver}-2.tar.bz2;)
+sha1sums=('857e4227c4bba685755d66581d881f893f6311ae')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-2 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-07 Thread Andrea Scarpino
Date: Wednesday, March 7, 2012 @ 09:52:08
  Author: andrea
Revision: 152452

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

Added:
  libktorrent/repos/extra-i686/PKGBUILD
(from rev 152451, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/extra-x86_64/PKGBUILD
(from rev 152451, libktorrent/trunk/PKGBUILD)
Deleted:
  libktorrent/repos/extra-i686/PKGBUILD
  libktorrent/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-07 14:45:37 UTC (rev 152451)
+++ extra-i686/PKGBUILD 2012-03-07 14:52:08 UTC (rev 152452)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.1.3/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('665b6139ab68b83c6465509e29e839e0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-i686/PKGBUILD (from rev 152451, 
libktorrent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-07 14:52:08 UTC (rev 152452)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.2.0/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-07 14:45:37 UTC (rev 152451)
+++ extra-x86_64/PKGBUILD   2012-03-07 14:52:08 UTC (rev 152452)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.1.3/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('665b6139ab68b83c6465509e29e839e0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-x86_64/PKGBUILD (from rev 152451, 
libktorrent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-07 14:52:08 UTC (rev 152452)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org/;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.2.0/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2011-11-23 Thread Andrea Scarpino
Date: Wednesday, November 23, 2011 @ 14:29:05
  Author: andrea
Revision: 143235

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

Added:
  libktorrent/repos/extra-i686/PKGBUILD
(from rev 143234, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/extra-x86_64/PKGBUILD
(from rev 143234, libktorrent/trunk/PKGBUILD)
Deleted:
  libktorrent/repos/extra-i686/PKGBUILD
  libktorrent/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-23 19:28:38 UTC (rev 143234)
+++ extra-i686/PKGBUILD 2011-11-23 19:29:05 UTC (rev 143235)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.1.2/${pkgname}-${pkgver}.tar.bz2;)
-options=('libtool')
-md5sums=('471b25afc48e195723ac1e264c8a0fc5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-i686/PKGBUILD (from rev 143234, 
libktorrent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-23 19:29:05 UTC (rev 143235)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.1.3/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('665b6139ab68b83c6465509e29e839e0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-23 19:28:38 UTC (rev 143234)
+++ extra-x86_64/PKGBUILD   2011-11-23 19:29:05 UTC (rev 143235)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libktorrent
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=A BitTorrent protocol implementation
-arch=('i686' 'x86_64')
-url=http://ktorrent.org;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=(http://ktorrent.org/downloads/4.1.2/${pkgname}-${pkgver}.tar.bz2;)
-options=('libtool')
-md5sums=('471b25afc48e195723ac1e264c8a0fc5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libktorrent/repos/extra-x86_64/PKGBUILD (from rev 143234, 
libktorrent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-23 19:29:05 UTC (rev 143235)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libktorrent
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=A BitTorrent protocol implementation
+arch=('i686' 'x86_64')
+url=http://ktorrent.org;
+license=('GPL2')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
+source=(http://ktorrent.org/downloads/4.1.3/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('665b6139ab68b83c6465509e29e839e0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}