]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - rtorrent/rtorrent.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
MT
6name = rtorrent
7version = 0.8.7
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
27 gcc-c++
28 libcurl-devel
29 libsigc++-devel
30 libtorrent-devel
31 ncurses-devel
32 end
33
34 make_build_targets += LDFLAGS=-lpthread
35end
36
37packages
38 package %{name}
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end