Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44679232426bccf29dffeac74808e61bc2bc6764
commit 44679232426bccf29dffeac74808e61bc2bc6764 Author: crazy <[EMAIL PROTECTED]> Date: Sat Dec 8 20:41:12 2007 +0100 rblibtorrent-0.12-6-i686 * release bump * rebuild with boost diff --git a/source/lib-extra/rblibtorrent/FrugalBuild b/source/lib-extra/rblibtorrent/FrugalBuild index 3ed2d58..aa00ca8 100644 --- a/source/lib-extra/rblibtorrent/FrugalBuild +++ b/source/lib-extra/rblibtorrent/FrugalBuild @@ -3,12 +3,13 @@ pkgname=rblibtorrent pkgver=0.12 -pkgrel=5 +pkgrel=6 pkgdesc="LibTorrent is a BitTorrent library written in C++" _F_sourceforge_name="libtorrent" Finclude sourceforge url="http://www.rasterbar.com/products/libtorrent/index.html" -depends=('boost>=1.34.0-5' 'zlib' 'icu>=3.8') +depends=('libboost-mt>=1.34.1' 'zlib' 'icu>=3.8') +makedepends=('boost>=1.34.1') groups=('lib-extra') archs=('i686' 'x86_64') #source=(http://www.libtorrent.org/libtorrent-${pkgver}rc3.tar.gz) @@ -25,11 +26,11 @@ build() --libdir=/usr/lib/libtorrent \ --enable-debug=no \ --with-zlib=system \ - --with-boost-date-time=gcc42-mt \ - --with-boost-filesystem=gcc42-mt \ - --with-boost-thread=gcc42-mt \ - --with-boost-regex=gcc42-mt \ - --with-boost-program_options=gcc42-mt \ + --with-boost-date-time=mt \ + --with-boost-filesystem=mt \ + --with-boost-thread=mt \ + --with-boost-regex=mt \ + --with-boost-program_options=mt \ --enable-examples Fmakeinstall Fmv usr/lib/libtorrent/pkgconfig usr/lib/pkgconfig/ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
