[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Wed Mar 2 18:24:01 UTC 2011
Date: Wednesday, March 2, 2011 @ 13:24:01
Author: ibiru
Revision: 111968
upgpkg: libtorrent-rasterbar 0.15.5-2
boost 1.46 rebuild
Modified:
libtorrent-rasterbar/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-02 18:20:50 UTC (rev 111967)
+++ PKGBUILD 2011-03-02 18:24:01 UTC (rev 111968)
@@ -4,21 +4,21 @@
pkgname=libtorrent-rasterbar
pkgver=0.15.5
-pkgrel=1
+pkgrel=2
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>=1.45.0' 'python2')
+depends=('boost-libs' 'python2')
makedepends=('boost')
source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
md5sums=('f1504a619e876c2731ee9a6b7d19cb1d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-python-binding \
- --with-boost-filesystem=mt \
- --with-boost-thread=mt
+ export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
+ export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
+ ./configure --prefix=/usr --enable-python-binding
make
}
More information about the arch-commits
mailing list