]> git.pld-linux.org Git - packages/ctorrent.git/blob - ctorrent.spec
- Version: 1.3.4_dnh2.2
[packages/ctorrent.git] / ctorrent.spec
1 Summary:        Enhanced CTorrent - BitTorrent client written in the C++
2 Summary(pl.UTF-8):      Enhanced CTorrent - Klient BitTorrenta napisany w C++
3 Name:           ctorrent
4 %define _base_version 1.3.4
5 %define _dnh_version dnh2.2
6 Version:        %{_base_version}_%{_dnh_version}
7 Release:        1
8 License:        GPL
9 Group:          Applications/Networking
10 Source0:        http://www.rahul.net/dholmes/ctorrent/ctorrent-%{_base_version}-%{_dnh_version}.tar.gz
11 # Source0-md5:  76484082d3d44d7d1fbc9f2e0e33440f
12 #URL:           http://ctorrent.sourceforge.net/
13 URL:            http://www.rahul.net/dholmes/ctorrent/
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  openssl-devel >= 0.9.7d
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 CTorrent is built as a console program, which means that it doesn't
22 require any graphical components (such as an X server) on the machine
23 you are running it on, you can even run it remotely through a terminal
24 if you wish. There are quite a few people who run "console only"
25 servers and want to use them to download files in the background.
26 CTorrent can help you do exactly this, assuming you are downloading
27 from the BitTorrent network.
28
29 %description -l pl.UTF-8
30 CTorrent jest programem dla konsoli, co oznacza że nie wymaga żadnych
31 komponentów graficznych (takich jak serwer X) na maszynie, na której
32 będzie uruchamiany, można go uruchomić nawet zdalnie jeśli zajdzie
33 taka potrzeba. Jest sporo osób, które używają serwerów tylko 
34 z konsolą i chcą używać ich do ściągania plików w tle. 
35 CTorrent pomaga dokładnie w tym zadaniu, zakładając iż
36 używa się sieci BitTorrent.
37
38 %prep
39 %setup -q -n %{name}-%{_dnh_version}
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure \
47         CPPFLAGS="-I/usr/include/openssl"
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT 
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS NEWS README
62 %attr(755,root,root) %{_bindir}/ctorrent
This page took 0.046701 seconds and 4 git commands to generate.