]> git.pld-linux.org Git - packages/7plus.git/blob - 7plus.spec
- tabs in preamle
[packages/7plus.git] / 7plus.spec
1 Summary:        Application to split binary files - used widely by hams
2 Summary(pl.UTF-8):      Programik do dzielenia plików binarnych - używany przez radioamatorów
3 Name:           7plus
4 Version:        2.25
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/%{name}-%{version}.tar.gz
9 # Source0-md5:  b4c5f883d75b112cb0f0dd40c21b3d8c
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Application to split binary files - like base64 / uuencode but for
14 hams.
15
16 %description -l pl.UTF-8
17 Program pozwalający dzielić binaria - jak base64 czy uuencode, lecz
18 jest powszechnie stosowany przez radioamatorów.
19
20 %prep
21 %setup -q -n 7plsrc.225
22
23 %build
24 mv -f linux.mak Makefile
25 %{__make} \
26         CC="%{__cc} %{rpmcflags} -Wall"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install 7plus $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/7plus
This page took 0.070488 seconds and 3 git commands to generate.