]> git.pld-linux.org Git - packages/cDonkey.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Sun, 1 Dec 2002 16:11:59 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cDonkey.spec -> 1.1

cDonkey.spec [new file with mode: 0644]

diff --git a/cDonkey.spec b/cDonkey.spec
new file mode 100644 (file)
index 0000000..fc45905
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Open source core client for eDonkey
+Name:          cDonkey
+Version:       0.5.0
+Release:       1
+License:       GPL
+Group:         Applications/Communications
+Source0:       http://suche.org/%{name}-%{version}.tar.bz2
+URL:           http://cdonkey.suche.org/
+BuildRequires: db-devel >= 4.1
+BuildRequires: openssl-devel
+BuildRequires: zlib-devel 
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cDonkey is an open source core client for eDonkey without a GUI. It
+works together with eMule and ed2k_gui. It uses Berkley DB-4.1 for
+fast List management. The eMule Packet data and source2source exchange
+was implemented. It currently only works with Linux.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D cDonkey $RPM_BUILD_ROOT%{_bindir}/cDonkey
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc TODO
This page took 0.057359 seconds and 4 git commands to generate.