Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=504fc8e6b31432a75c5e3b3e461a6e21d11b5db7

commit 504fc8e6b31432a75c5e3b3e461a6e21d11b5db7
Author: crazy <[EMAIL PROTECTED]>
Date:   Sun Dec 9 06:09:04 2007 +0100

btg-0.9.6-3-i686
* release bump
* rebuild with boost

diff --git a/source/network-extra/btg/FrugalBuild 
b/source/network-extra/btg/FrugalBuild
index 8591556..1a5655c 100644
--- a/source/network-extra/btg/FrugalBuild
+++ b/source/network-extra/btg/FrugalBuild
@@ -4,10 +4,11 @@
pkgname=btg
pkgver=0.9.6
pkgextraver=_p1
-pkgrel=2
+pkgrel=3
pkgdesc="Bittorrent client implemented in C++ and using the Rasterbar 
Libtorrent library."
Finclude berlios
-depends=('boost>=1.34.0-4' 'rblibtorrent>=0.12-4' 'gnutls' 'dialog')
+depends=('libboost-mt>=1.34.1' 'rblibtorrent>=0.12-6' 'gnutls' 'dialog')
+makedepends=('boost>=1.34.1')
groups=('network-extra')
archs=('i686' 'x86_64')
sha1sums=('2ec586301d1f11475cb8a9c9c34e9ed45ca6b78d')
@@ -17,10 +18,17 @@ build()
Fcd $pkgname-$pkgver
Fsed libtorrent rblibtorrent configure.in
autoconf || return 1
-       Fbuild --with-boost-iostreams=gcc42-mt --with-boost-filesystem=gcc42-mt 
\
-               --with-boost-date-time=gcc42-mt --with-boost-thread=gcc42-mt \
-               --with-boost-program-options=gcc42-mt --enable-cli --enable-www 
\
-               --enable-session-saving --enable-upnp --enable-event-callback
+       Fbuild \
+               --with-boost-iostreams=mt \
+               --with-boost-filesystem=mt \
+               --with-boost-date-time=mt \
+               --with-boost-thread=mt \
+               --with-boost-program-options=mt \
+               --enable-cli \
+               --enable-www \
+               --enable-session-saving \
+               --enable-upnp \
+               --enable-event-callback
}

# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to