]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - rtorrent/rtorrent.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/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.9
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 >= 0.12.9
31 ncurses-devel
32 end
33
34 CFLAGS += -fno-strict-aliasing
35
36 make_build_targets += LDFLAGS=-lpthread
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end