2011-06-20 19:35:01 +00:00
|
|
|
# Template build file for 'libtorrent'
|
|
|
|
pkgname=libtorrent
|
2011-07-06 18:37:07 +00:00
|
|
|
version=0.12.9
|
2011-06-20 19:35:01 +00:00
|
|
|
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-20 19:42:00 +00:00
|
|
|
configure_args="--disable-debug"
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=2
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config openssl-devel libsigc++-devel libstdc++-devel glibc-devel"
|
2011-06-20 19:35:01 +00:00
|
|
|
short_desc="BitTorrent library written in C++"
|
2011-07-17 06:27:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-20 19:42:00 +00:00
|
|
|
homepage="http://libtorrent.rakshasa.no"
|
|
|
|
license="GPL-2"
|
2011-07-06 18:37:07 +00:00
|
|
|
checksum=15dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64
|
2011-06-20 19:35:01 +00:00
|
|
|
long_desc="
|
|
|
|
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus
|
|
|
|
on high performance and good code. The library differentiates itself from
|
|
|
|
other implementations by transfering directly from file pages to the network
|
|
|
|
stack. On high-bandwidth connections it is able to seed at 3 times the speed
|
|
|
|
of the official client."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|