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