]> git.pld-linux.org Git - packages/elftoaout.git/blob - elftoaout.spec
e5d5890ee4e5e429c04048371fc965ff165dbf90
[packages/elftoaout.git] / elftoaout.spec
1 Summary:        A utility for converting ELF binaries to a.out binaries
2 Summary:        Narzêdzie do konwersji binariów ELF do a.out
3 Name:           elftoaout
4 Version:        2.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/elftoaout/%{name}-%{version}.tgz
11 ExclusiveArch:  sparc sparc64
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The elftoaout utility converts a static ELF binary to a static a.out
16 binary. If you're using an ELF system (i.e., Red Hat Linux) on a
17 SPARC, you'll need to run elftoaout on the kernel image so that the
18 SPARC PROM can netboot the image.
19
20 If you're installing Red Hat Linux on a SPARC, you'll need to install
21 the elftoaout package.
22
23 %description -l pl
24 Narzêdzie elftoaout konwertuje statyczne binaria ELF do statycznych
25 binariów a.out. Je¶li u¿ywacie systemu opartego na ELF-ie na SPARC-u,
26 bêdziecie musieli przekonwertowaæ obraz kernela za pomoc± elftoaout,
27 aby SPARC PROM móg³ go uruchomiæ z sieci. Je¶li instaluje siê Linuksa
28 na SPARC-u, nale¿y zainstalowaæ pakiet elftoaout.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__make} CFLAGS="%{rpmcflags}"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
39
40 install elftoaout $RPM_BUILD_ROOT%{_bindir}/elftoaout
41 install elftoaout.1 $RPM_BUILD_ROOT%{_mandir}/man1/elftoaout.1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/elftoaout
49 %{_mandir}/man1/*
This page took 0.049131 seconds and 3 git commands to generate.