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