]> git.pld-linux.org Git - packages/cDonkey.git/blob - cDonkey.spec
- up to 0.5.2
[packages/cDonkey.git] / cDonkey.spec
1 Summary:        Open source core client for eDonkey
2 Name:           cDonkey
3 Version:        0.5.2
4 Release:        1
5 License:        GPL
6 Group:          Applications/Communications
7 Source0:        http://suche.org/%{name}-%{version}.tar.bz2
8 URL:            http://cdonkey.suche.org/
9 BuildRequires:  db-devel >= 4.1
10 BuildRequires:  openssl-devel
11 BuildRequires:  zlib-devel 
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 cDonkey is an open source core client for eDonkey without a GUI. It
16 works together with eMule and ed2k_gui. It uses Berkley DB-4.1 for
17 fast List management. The eMule Packet data and source2source exchange
18 was implemented. It currently only works with Linux.
19
20 %prep
21 %setup -q -n %{name}
22
23 %build
24 %{__libtoolize}
25 %{__aclocal}
26 %{__autoconf}
27 %{__automake}
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -D cDonkey $RPM_BUILD_ROOT%{_bindir}/cDonkey
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
41 %doc TODO
This page took 0.059716 seconds and 4 git commands to generate.