From 0e10d859eadd7643a12b184cc0a7176ef0d4b56b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 Apr 2012 00:01:25 +0000 Subject: Sat Apr 14 00:01:25 UTC 2012 --- extra/libtorrent-rasterbar/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra/libtorrent-rasterbar/PKGBUILD') diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD index 858b491b8..5ab9b90da 100644 --- a/extra/libtorrent-rasterbar/PKGBUILD +++ b/extra/libtorrent-rasterbar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 152216 2012-03-05 08:56:15Z ibiru $ +# $Id: PKGBUILD 156047 2012-04-12 08:06:44Z ibiru $ # Maintainer : Ionut Biru # Contributor: Hugo Doria pkgname=libtorrent-rasterbar -pkgver=0.15.10 +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/" @@ -13,12 +13,10 @@ depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!libtool' '!emptydirs') source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4') +sha1sums=('212d910f6c06f06ef1b54d7e2dd68de18f6d9c73') build() { - cd "$srcdir/$pkgname-$pkgver" - export CFLAGS+=" -fvisibility=hidden" - export CXXFLAGS+=" -fvisibility=hidden" + cd "$pkgname-$pkgver" ./configure --prefix=/usr \ --enable-python-binding \ --with-libgeoip=system @@ -26,7 +24,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -- cgit v1.2.3-54-g00ecf