[arch-commits] Commit in libtorrent-rasterbar/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Thu Apr 12 08:06:45 UTC 2012
Date: Thursday, April 12, 2012 @ 04:06:44
Author: ibiru
Revision: 156047
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 156046, libtorrent-rasterbar/trunk/PKGBUILD)
libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 156046, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
libtorrent-rasterbar/repos/extra-i686/PKGBUILD
libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 62 +++++++++++++++++++++++-------------------------
extra-x86_64/PKGBUILD | 62 +++++++++++++++++++++++-------------------------
2 files changed, 60 insertions(+), 64 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-04-12 08:05:42 UTC (rev 156046)
+++ extra-i686/PKGBUILD 2012-04-12 08:06:44 UTC (rev 156047)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=libtorrent-rasterbar
-pkgver=0.15.10
-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=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- export CFLAGS+=" -fvisibility=hidden"
- export CXXFLAGS+=" -fvisibility=hidden"
- ./configure --prefix=/usr \
- --enable-python-binding \
- --with-libgeoip=system
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 156046, libtorrent-rasterbar/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-12 08:06:44 UTC (rev 156047)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.0
+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=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('212d910f6c06f06ef1b54d7e2dd68de18f6d9c73')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --enable-python-binding \
+ --with-libgeoip=system
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-04-12 08:05:42 UTC (rev 156046)
+++ extra-x86_64/PKGBUILD 2012-04-12 08:06:44 UTC (rev 156047)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=libtorrent-rasterbar
-pkgver=0.15.10
-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=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- export CFLAGS+=" -fvisibility=hidden"
- export CXXFLAGS+=" -fvisibility=hidden"
- ./configure --prefix=/usr \
- --enable-python-binding \
- --with-libgeoip=system
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 156046, libtorrent-rasterbar/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-04-12 08:06:44 UTC (rev 156047)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.0
+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=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('212d910f6c06f06ef1b54d7e2dd68de18f6d9c73')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --enable-python-binding \
+ --with-libgeoip=system
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list