]> git.pld-linux.org Git - packages/edonkey2k-core.git/blob - edonkey2k-core.spec
- updated to 0.46
[packages/edonkey2k-core.git] / edonkey2k-core.spec
1 %define         _ver  46
2 Summary:        Download file manager (official core)
3 Summary(pl):    ¦ci±gacz plików (oficjalny)
4 Name:           edonkey2k-core
5 Version:        0.%{_ver}
6 Release:        1
7 Epoch:          1
8 License:        unknown
9 Group:          Applications/Communications
10 Source0:        http://www.overnet.com/files/eDonkey%{version}.tar.gz
11 Source1:        %{name}.sh
12 URL:            http://ed2k-gtk-gui.sourceforge.net/core.shtml
13 Provides:       eDonkey-core
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 ExclusiveArch:  %{ix86}
16
17 %description
18 Download file manager hosted by http://www.edonkey2000.com/
19
20 %description -l pl
21 ¦ci±gacz plików z http://www.edonkey2000.com/
22
23 %prep
24 %setup -q -c
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_bindir}
29
30 install donkey_s_%{_ver} $RPM_BUILD_ROOT%{_bindir}/edonkey_s_v%{_ver}
31
32 ln -s %{_bindir}/edonkey_s_v%{_ver} $RPM_BUILD_ROOT%{_bindir}/edonkey
33
34 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/edonkey-conf
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_bindir}/*
This page took 0.112283 seconds and 3 git commands to generate.