void-packages/srcpkgs/libtorrent/template

29 lines
1.1 KiB
Text

# Template build file for 'libtorrent'
pkgname=libtorrent
version=0.12.8
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-debug"
short_desc="BitTorrent library written in C++"
maintainer="Mike Rosset <mike.rosset@gmail.com>"
homepage="http://libtorrent.rakshasa.no"
license="GPL-2"
checksum=4f87f9577a844fd9cb8fb85ab836e8fbdd9e83da6ff064ad7e58c50a1b4ee145
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"
Add_dependency run libssl
Add_dependency run libsigc++
Add_dependency run libstdc++
Add_dependency run glibc
Add_dependency run libgcc
Add_dependency build openssl-devel
Add_dependency build libsigc++-devel
Add_dependency build libstdc++-devel
Add_dependency build glibc-devel