]> git.pld-linux.org Git - packages/ctorrent.git/blob - ctorrent.spec
9c298fdbd9dfe1b97d4df9caffdbd13bfead8560
[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:        unknown
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} install \
41         DESTDIR=$RPM_BUILD_ROOT 
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/ctorrent
This page took 0.059638 seconds and 2 git commands to generate.