]> git.pld-linux.org Git - packages/cDonkey.git/blob - cDonkey.spec
- updated to 0.9.0
[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.9.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://suche.org/%{name}-%{version}.tar.bz2
9 # Source0-md5:  04c7b16e2aeb18a246e9892ba6fe7b7a
10 Patch0:         %{name}-in_addr.patch
11 URL:            http://cdonkey.suche.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  db-devel >= 4.1
15 BuildRequires:  libtool
16 BuildRequires:  openssl-devel >= 0.9.7c
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19 Provides:       eDonkey-core
20
21 %description
22 cDonkey is an open source core client for eDonkey without a GUI. It
23 works together with eMule and ed2k_gui. It uses Berkeley DB-4.1 for
24 fast List management. The eMule Packet data and source2source exchange
25 was implemented. It currently only works with Linux.
26
27 %description -l pl
28 cDonkey jest otwartym rdzeniem klienta sieci eDonkey bez interfejsu
29 graficznego. Wspó³gra z eMule oraz ed2k_gui. U¿ywa bazy Berkeley w
30 wersji 4.1 do szybkiego zarz±dzania listami. Dzia³a tylko na Linuksie.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -D cDonkey $RPM_BUILD_ROOT%{_bindir}/cDonkey
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{_bindir}/*
54 %doc TODO FAQ-EN README
This page took 0.03415 seconds and 4 git commands to generate.