]> git.pld-linux.org Git - packages/cDonkey.git/blob - cDonkey.spec
- added Provdies do cDonkey and edonkey2k-core,
[packages/cDonkey.git] / cDonkey.spec
1 Summary:        Open source core client for eDonkey
2 Summary(pl):    Otwarty rdzeñ klienta sieci eDonkey
3 Name:           cDonkey
4 Version:        0.5.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://suche.org/%{name}-%{version}.tar.bz2
9 URL:            http://cdonkey.suche.org/
10 BuildRequires:  db-devel >= 4.1
11 BuildRequires:  openssl-devel
12 BuildRequires:  zlib-devel 
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 Provides:       eDonkey-core
15
16 %description
17 cDonkey is an open source core client for eDonkey without a GUI. It
18 works together with eMule and ed2k_gui. It uses Berkley DB-4.1 for
19 fast List management. The eMule Packet data and source2source exchange
20 was implemented. It currently only works with Linux.
21
22 %description -l pl
23 cDonkey jest otwartym rdzeniem klienta sieci eDonkey bez interface'u
24 graficznego. Wpó³gra z eMule oraz ed2k_gui. U¿ywa bazy Berkley'a w
25 wersji 4.1 do szybkiego zarz±dzania listami. Dzia³a tylko na Linuksie.
26
27 %prep
28 %setup -q -n %{name}
29
30 %build
31 %{__libtoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -D cDonkey $RPM_BUILD_ROOT%{_bindir}/cDonkey
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_bindir}/*
48 %doc TODO
This page took 0.088079 seconds and 4 git commands to generate.