]> git.pld-linux.org Git - packages/ctorrent.git/blob - ctorrent.spec
- init from Robert Kurowski koorek (at) o2.pl
[packages/ctorrent.git] / ctorrent.spec
1 Summary:        BitTorrent client written in the C++.
2 Summary(pl):    Klient BitTorrent napisany w C++.
3 Name:           ctorrent
4 Version:        1.3.2
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:  1bc787df91285a9cec8509617c3152d6
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 go uruchamiasz, mo¿esz go uruchomiæ nawet zdalnie je¶li chcesz. Jest
27 stosunkowo ludzi, którzy u¿ywaj± programów tylko konsolowych i chc±
28 u¿ywaæ ich do ¶ci±gania plików w tle. CTorrent dok³adnie w tym ci
29 pomo¿e, zak³adaj±c ze u¿ywasz sieci BitTorrent.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 %{__make} DESTDIR=$RPM_BUILD_ROOT install
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_bindir}/ctorrent
This page took 0.061383 seconds and 4 git commands to generate.