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