void-packages/srcpkgs/rtorrent/template

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-06-20 21:35:25 +02:00
# Template file for 'rtorrent'
pkgname=rtorrent
version=0.8.8
revision=2
2011-06-20 21:35:25 +02:00
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-debug"
2011-06-20 21:35:25 +02:00
short_desc="Ncurses BitTorrent client based on libTorrent"
maintainer="Mike Rosset <mike.rosset@gmail.com>"
homepage="http://libtorrent.rakshasa.no"
license="GPL-2"
2011-06-20 21:35:25 +02:00
checksum=8511eac924a49ae577806191c2f3a590661a1e946f3a5ecaca477e054a75ec62
long_desc="
rtorrent is a BitTorrent client for ncurses, using the libtorrent library.
The client and library is written in C++ with emphasis on speed and efficiency,
while delivering equivalent features to those found in GUI based clients
in an ncurses client."
Add_dependency run glibc
Add_dependency run libcurl
2011-06-20 21:35:25 +02:00
Add_dependency run libgcc
Add_dependency run libsigc++
Add_dependency run libstdc++
Add_dependency run libtorrent
Add_dependency run ncurses-libs
2011-06-20 21:35:25 +02:00
Add_dependency build glibc-devel
Add_dependency build libcurl-devel
Add_dependency build libsigc++-devel
Add_dependency build libstdc++-devel
Add_dependency build libtorrent-devel
2011-06-20 21:35:25 +02:00
Add_dependency build ncurses-devel