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