]> git.pld-linux.org Git - packages/cDonkey.git/blob - cDonkey.spec
474f5d2e54ff0d42cca8b24d631fe11bdaa7c590
[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:        2
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 Patch1:         %{name}-types.patch
12 Patch2:         %{name}-nolibs.patch
13 URL:            http://cdonkey.suche.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  db-devel >= 4.1
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool
19 BuildRequires:  zlib-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21 Provides:       eDonkey-core
22
23 %description
24 cDonkey is an open source core client for eDonkey without a GUI. It
25 works together with eMule and ed2k_gui. It uses Berkeley DB-4.1 for
26 fast List management. The eMule Packet data and source2source exchange
27 was implemented. It currently only works with Linux.
28
29 %description -l pl
30 cDonkey jest otwartym rdzeniem klienta sieci eDonkey bez interfejsu
31 graficznego. Wspó³gra z eMule oraz ed2k_gui. U¿ywa bazy Berkeley w
32 wersji 4.1 do szybkiego zarz±dzania listami. Dzia³a tylko na Linuksie.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37 %patch1 -p1
38 %patch2 -p1
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 install -D cDonkey $RPM_BUILD_ROOT%{_bindir}/cDonkey
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc TODO FAQ-EN README
60 %attr(755,root,root) %{_bindir}/*
This page took 0.05636 seconds and 3 git commands to generate.