]> git.pld-linux.org Git - packages/edonkey2k-core.git/commitdiff
- initial PLD release,
authordjrzulf <djrzulf@pld-linux.org>
Wed, 27 Nov 2002 11:44:35 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- the unofficial core of edonkey,
- works with ed2k-gtk-gui perfectly,
- STBR,

Changed files:
    edonkey2k-core.spec -> 1.1

edonkey2k-core.spec [new file with mode: 0644]

diff --git a/edonkey2k-core.spec b/edonkey2k-core.spec
new file mode 100644 (file)
index 0000000..35ef0a6
--- /dev/null
@@ -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}/*
This page took 0.149808 seconds and 4 git commands to generate.