void-packages/srcpkgs/rtorrent/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

31 lines
1.1 KiB
Text

# Template file for 'rtorrent'
pkgname=rtorrent
version=0.8.9
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-debug"
short_desc="Ncurses BitTorrent client based on libTorrent"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libtorrent.rakshasa.no"
license="GPL-2"
checksum=cca70eb36a0c176bbd6fdb3afe2bc9f163fa4c9377fc33bc29689dec60cf6d84
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
Add_dependency run libgcc
Add_dependency run libsigc++
Add_dependency run libstdc++
Add_dependency run libtorrent
Add_dependency run ncurses-libs
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
Add_dependency build ncurses-devel