1 # Contributor: Alexey 'l1feh4ck3r' Antonov <1ifeh4ck3r at gmail dot com>
7 pkgdesc="BitTorrent library written in C++"
9 url="http://libtorrent.rakshasa.no"
11 depends=('libsigc++2.0' 'openssl')
12 makedepends=('subversion')
13 conflicts=('libtorrent')
14 provides=('libtorrent')
19 _svnrc="http://libtorrent.svn.sourceforge.net/svnroot/libtorrent/branches/RC_0_15"
23 msg "Connecting to $_svnmod SVN server...."
24 svn co $_svnrc $_svnmod
26 msg "SVN checkout done or server timeout"
29 msg "Starting make..."
32 ./configure --prefix=/usr --disable-debug
36 mkdir -p $startdir/pkg/usr/bin
37 make DESTDIR=${startdir}/pkg install