]> git.pld-linux.org Git - packages/ctorrent.git/blob - ctorrent.spec
- 'Enhanced CTorrent' patchset for ctorrent
[packages/ctorrent.git] / ctorrent.spec
1 Summary:        BitTorrent client written in the C++
2 Summary(pl):    Klient BitTorrenta napisany w C++
3 Name:           ctorrent
4 %define _base_version 1.3.4
5 %define _dnh_version dnh2
6 Version:        %{_base_version}_%{_dnh_version}
7 Release:        0.1
8 License:        GPL
9 Group:          Applications/Networking
10 Source0:        http://dl.sourceforge.net/ctorrent/%{name}-%{_base_version}.tar.bz2
11 # Source0-md5:  823010ec78215d476537c9eba9381cdd
12 Patch0:         http://www.rahul.net/dholmes/ctorrent/patchset-ctorrent-%{_base_version}-%{_dnh_version}.diff
13 #URL:           http://ctorrent.sourceforge.net/
14 URL:            http://www.rahul.net/dholmes/ctorrent/
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  openssl-devel >= 0.9.7d
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 CTorrent is built as a console program, which means that it doesn't
21 require any graphical components (such as an X server) on the machine
22 you are running it on, you can even run it remotely through a terminal
23 if you wish. There are quite a few people who run "console only"
24 servers and want to use them to download files in the background.
25 CTorrent can help you do exactly this, assuming you are downloading
26 from the BitTorrent network.
27
28 %description -l pl
29 CTorrent jest programem dla konsoli, co oznacza ¿e nie wymaga ¿adnych
30 komponentów graficznych (takich jak serwer X) na maszynie, na której
31 bêdzie uruchamiany, mo¿na go uruchomiæ nawet zdalnie je¶li zajdzie
32 taka potrzeba. Jest sporo osób, które u¿ywaj± serwerów tylko 
33 z konsol± i chc± u¿ywaæ ich do ¶ci±gania plików w tle. 
34 CTorrent pomaga dok³adnie w tym zadaniu, zak³adaj±c i¿
35 u¿ywa siê sieci BitTorrent.
36
37 %prep
38 %setup -q -n %{name}-%{_base_version}
39 %patch0 -p0
40
41 %build
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT 
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS NEWS README
56 %attr(755,root,root) %{_bindir}/ctorrent
This page took 0.061886 seconds and 4 git commands to generate.