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