]> git.pld-linux.org Git - packages/ctorrent.git/blob - ctorrent.spec
- cosmetics (spaces -> tabs)
[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.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://voxel.dl.sourceforge.net/sourceforge/ctorrent/%{name}-%{version}.tar.gz
9 # Source0-md5:  224ab814d1a71e90dc916d026b7696c4
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 bedzie uruchamiany, mo¿na go uruchomiæ nawet zdalnie je¶li zajdzie
27 taka potrzeba. Jest stosunkowo niewielu ludzi, którzy u¿ywaj±
28 programów przeznaczonych dla konsoli i chc± u¿ywaæ ich do ¶ci±gania
29 plików w tle. 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.159258 seconds and 4 git commands to generate.