Summary: comprises a translator of the AWK programming language to ANSI-C Name: awka Version: 0.7.0 Release: 1 License: GPL Group: Utilities/Text Group(pl): Narzędzia/Tekst Group(fr): Utilitaires/Texte Source0: http://members.linuxstart.com/~awka/%{name}-%{version}.tar.gz PAtch0: %{name}-DESTDIR.patch URL: http://members.linuxstart.com/~awka/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Awka comprises a translator of the AWK programming language to ANSI-C, and a library against which translated programs may be linked. %prep %setup -q %patch -p1 %build LDFLAGS="-s"; export LDFLAGS %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %{_includedir}/* %{_libdir}/lib*.a %{_mandir}/man[15]/*