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