void-packages/srcpkgs/libtorrent/template

21 lines
868 B
Text
Raw Normal View History

2011-06-20 19:35:01 +00:00
# Template build file for 'libtorrent'
pkgname=libtorrent
2012-07-22 10:36:25 +00:00
version=0.13.2
revision=1
build_style=gnu-configure
configure_args="--disable-debug"
2012-07-22 10:36:25 +00:00
makedepends="pkg-config openssl-devel libsigc++-devel"
subpackages="$pkgname-devel"
2011-06-20 19:35:01 +00:00
short_desc="BitTorrent library written in C++"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libtorrent.rakshasa.no"
license="GPL-2"
2012-07-22 10:36:25 +00:00
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
checksum=ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f
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."