]> git.pld-linux.org Git - SPECS.git/blob - overnet.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / overnet.spec
1 Summary:        Download file manager (official core)
2 Summary(pl.UTF-8):      Ściągacz plików (oficjalny)
3 Name:           overnet
4 Version:        0.51.2
5 Release:        1
6 Epoch:          1
7 License:        unknown
8 Group:          Applications/Communications
9 Source0:        http://download.overnet.com/%{name}%{version}.tar.gz
10 # Source0-md5:  fa7549a883764709798d6e71daec934a
11 Source1:        %{name}.sh
12 URL:            http://www.overnet.com/
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.overnet.com/
19 Overnet is the serverless successor of eDonkey2000,
20 and both programs are very similar in many respects.
21
22 %description -l pl.UTF-8
23 Ściągacz plików z http://www.overnet.com/
24 Jest podobny do eDonkey2000 lecz nie używa serwerów.
25
26 %prep
27 %setup -q -c
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install overnet%{version} $RPM_BUILD_ROOT%{_bindir}/overnet_v%{version}
34
35 ln -s %{_bindir}/overnet_v%{version} $RPM_BUILD_ROOT%{_bindir}/overnet
36
37 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/overnet-conf
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/*
This page took 1.380252 seconds and 3 git commands to generate.