]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - rtorrent/rtorrent.nm
rtorrent: Update to 0.8.9.
[people/arne_f/ipfire-3.x.git] / rtorrent / rtorrent.nm
CommitLineData
ad7ade3a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ad7ade3a
JPT
4###############################################################################
5
802ea3af 6name = rtorrent
86fb1ccc 7version = 0.8.9
802ea3af 8release = 1
ad7ade3a 9
802ea3af
MT
10groups = Internet/P2P
11url = http://libtorrent.rakshasa.no/
12license = GPLv3
13summary = BitTorrent client based on libtorrent.
ad7ade3a 14
802ea3af 15description
ad7ade3a
JPT
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.
802ea3af
MT
21end
22
23source_dl = http://libtorrent.rakshasa.no/downloads/
24
25build
26 requires
86fb1ccc 27 gcc-c++
802ea3af
MT
28 libcurl-devel
29 libsigc++-devel
86fb1ccc 30 libtorrent-devel >= 0.12.9
802ea3af
MT
31 ncurses-devel
32 end
33
86fb1ccc
MT
34 CFLAGS += -fno-strict-aliasing
35
802ea3af
MT
36 make_build_targets += LDFLAGS=-lpthread
37end
38
39packages
40 package %{name}
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end