]> git.pld-linux.org Git - packages/7plus.git/blob - 7plus.spec
- created spec for PLD
[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(pl):      Sieciowe/Narzêdzia
10 Source0:        ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/7plus-2.25.tar.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Application to split binary files - like base64 / uuencode but for hams.
15
16 %description -l pl
17 Program pozwalajacy dzielic binaria - jak base64 czy uuencode, lecz jest
18 powszechnie stosowany przez radioamatorów.
19
20 %prep
21 %setup -q -n 7plsrc.225
22
23 %build
24 mv linux.mak Makefile
25 %{__make} CC="gcc %{rpmcflags} -Wall"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT/%{_bindir}
30
31 install 7plus           $RPM_BUILD_ROOT%{_bindir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %attr(755,root,root) %{_bindir}/7plus
This page took 0.045317 seconds and 4 git commands to generate.