]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - rtorrent/rtorrent.nm
320436c03885de28909685d0822341dc8005fa3b
[people/amarx/ipfire-3.x.git] / rtorrent / rtorrent.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = rtorrent
7 version = 0.8.7
8 release = 1
9
10 groups = Internet/P2P
11 url = http://libtorrent.rakshasa.no/
12 license = GPLv3
13 summary = BitTorrent client based on libtorrent.
14
15 description
16 A BitTorrent client using libtorrent, which on high-bandwidth connections is
17 able to seed at 3 times the speed of the official client. Using
18 ncurses its ideal for use with screen or dtach. It supports
19 saving of sessions and allows the user to add and remove torrents and scanning
20 of directories for torrent files to seed and/or download.
21 end
22
23 source_dl = http://libtorrent.rakshasa.no/downloads/
24
25 build
26 requires
27 gcc-c++
28 libcurl-devel
29 libsigc++-devel
30 libtorrent-devel
31 ncurses-devel
32 end
33
34 make_build_targets += LDFLAGS=-lpthread
35 end
36
37 packages
38 package %{name}
39 end
40 end