]> git.pld-linux.org Git - packages/7plus.git/blob - 7plus.spec
b80f8175e6e69ebb963af099f2f01517ea6c14cd
[packages/7plus.git] / 7plus.spec
1 Summary:        Application to split binary files - used widely by hams
2 Summary(pl):    Programik do dzielenia plikow binarnych - uzywany przez radioamatorów
3 Name:           7plus
4 Version:        2.25
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(es):      Red/Utilitarios
10 Group(pl):      Sieciowe/Narzêdzia
11 Group(pt_BR):   Rede/Utilitários
12 Source0:        ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/%{name}-%{version}.tar.gz
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Application to split binary files - like base64 / uuencode but for
17 hams.
18
19 %description -l pl
20 Program pozwalajacy dzielic binaria - jak base64 czy uuencode, lecz
21 jest powszechnie stosowany przez radioamatorów.
22
23 %prep
24 %setup -q -n 7plsrc.225
25
26 %build
27 mv linux.mak Makefile
28 %{__make} CC="gcc %{rpmcflags} -Wall"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT/%{_bindir}
33
34 install 7plus           $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_bindir}/7plus
This page took 0.024843 seconds and 2 git commands to generate.