1 # Contributor: Aleksey Frolov <aleks.lifey@gmail.com>
2 # Previous contributor: James Pearson <james.m.pearson+arch@gmail.com>
3 # Previous contributor: Xilon <xilonmu@gmail.com>
5 # gtkmm is not needed if you remove --enable-gui
6 # curl is not needed if you remove --enable-url, which allows loading a torrent directly from the web
11 pkgdesc='Linux bittorrent client implemented in C++ and using the rasterbar libtorrent library.'
12 url='http://btg.berlios.de/'
13 arch=('i686' 'x86_64')
15 depends=('libtorrent-rasterbar' 'gnutls' 'dialog' 'gtkmm>=2.6.0' 'curl')
16 options=('!libtool' '!emptydirs')
17 source=("http://download.berlios.de/btg/btg-2.0.0-rc3.tar.gz")
18 md5sums=('17c6c37c2992f2a5fd3fc205f3fa834a')
25 ./configure --prefix=/usr \
27 --enable-session-saving \
28 --enable-event-callback \
29 --enable-command-list \
34 --with-boost-date-time=mt \
35 --with-boost-filesystem=mt \
36 --with-boost-thread=mt \
37 --with-boost-regex=mt \
38 --with-boost-program-options=mt
47 make DESTDIR=${pkgdir} install