From 0c028e04033b211116d78f6f2e0568a3c0e2f07a Mon Sep 17 00:00:00 2001 From: djrzulf Date: Wed, 27 Nov 2002 11:44:35 +0000 Subject: [PATCH] - initial PLD release, - the unofficial core of edonkey, - works with ed2k-gtk-gui perfectly, - STBR, Changed files: edonkey2k-core.spec -> 1.1 --- edonkey2k-core.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 edonkey2k-core.spec diff --git a/edonkey2k-core.spec b/edonkey2k-core.spec new file mode 100644 index 0000000..35ef0a6 --- /dev/null +++ b/edonkey2k-core.spec @@ -0,0 +1,40 @@ +%define _rel 4 +%define _ver 59 +Summary: Download file manager (unofficial core) +Summary(pl): ¦ci±gacz plików (nieoficialny) +Name: edonkey2k-core +Version: %{_ver}.%{_rel} +Release: 1 +License: unknown +Group: Applications/Communications +Source0: http://users.aber.ac.uk/tpm01/donkey_s_%{_ver}-%{_rel}-gaps.tar.gz +Source1: %{name}.sh +URL: http://ed2k-gtk-gui.sourceforge.net/core.shtml +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +ExclusiveArch: %{ix86} + +%description +Download file manager hosted by http://www.edonkey2000.com/ + +%description -l pl +¦ci±gacz plików z http://www.edonkey2000.com/ + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install donkey_s_v%{_ver}-%{_rel}-gaps $RPM_BUILD_ROOT%{_bindir}/edonkey_s_v%{_ver}-%{_rel}-gaps + +ln -s %{_bindir}/edonkey_s_v%{_ver}-%{_rel}-gaps $RPM_BUILD_ROOT%{_bindir}/edonkey + +install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/edonkey-conf + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* -- 2.44.0