[arch-commits] Commit in (4 files)

Hugo Doria hugo at archlinux.org
Wed Mar 18 11:18:45 UTC 2009


    Date: Wednesday, March 18, 2009 @ 07:18:45
  Author: hugo
Revision: 30282

Moving libtorrent-rasterbar to extra

Added:
  libtorrent-rasterbar/
  libtorrent-rasterbar/repos/
  libtorrent-rasterbar/trunk/
  libtorrent-rasterbar/trunk/PKGBUILD

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

Added: libtorrent-rasterbar/trunk/PKGBUILD
===================================================================
--- libtorrent-rasterbar/trunk/PKGBUILD	                        (rev 0)
+++ libtorrent-rasterbar/trunk/PKGBUILD	2009-03-18 11:18:45 UTC (rev 30282)
@@ -0,0 +1,29 @@
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Previous Maintainer: Bjorn Lindeijer <bjorn lindeijer nl>
+# Contributor: Andrea Scarpino <bash.lnx at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+pkgname=libtorrent-rasterbar
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('libsigc++2.0' 'boost')
+conflicts=('rb_libtorrent')
+provides=('rb_libtorrent')
+source=(http://downloads.sourceforge.net/libtorrent/$pkgname-$pkgver.tar.gz)
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+              --with-boost-date-time=mt \
+              --with-boost-filesystem=mt \
+              --with-boost-thread=mt \
+              --with-boost-regex=mt \
+              --with-boost-program_options=mt || return 1
+  make || return 1
+  make DESTDIR=$startdir/pkg install || return 1
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+md5sums=('6aa0ed4da604b8b160bf12bcd41d5055')




More information about the arch-commits mailing list