1 # Maintainer: Juan Diego Tascon
3 pkgname=libtorrent-fallocate
7 pkgdesc="BitTorrent library written in C++. With support for fallocate (preallocate)"
9 url="http://libtorrent.rakshasa.no"
11 depends=('libsigc++2.0' 'openssl')
13 conflicts=("${_pkgname}")
14 provides=("${_pkgname}")
15 source=(http://libtorrent.rakshasa.no/downloads/$_pkgname-$pkgver.tar.gz)
18 cd "$srcdir/$_pkgname-$pkgver"
20 CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" \
21 ./configure --prefix=/usr --disable-debug --with-posix-fallocate || return 1
23 make DESTDIR="$pkgdir" install
26 # vim:set ts=2 sw=2 et:
27 md5sums=('b128bbd324f03eb42ef5060080f87548')