]> git.pld-linux.org Git - packages/awka.git/blob - awka.spec
- adapterized.
[packages/awka.git] / awka.spec
1 Summary:        comprises a translator of the AWK programming language to ANSI-C
2 Name:           awka
3 Version:        0.7.0
4 Release:        1
5 License:        GPL
6 Group:          Applications/Text
7 Group(de):      Applikationen/Text
8 Group(fr):      Utilitaires/Texte
9 Group(pl):      Aplikacje/Tekst
10 Source0:        http://members.linuxstart.com/~awka/%{name}-%{version}.tar.gz
11 PAtch0:         %{name}-DESTDIR.patch
12 URL:            http://members.linuxstart.com/~awka/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Awka comprises a translator of the AWK programming language to ANSI-C,
17 and a library against which translated programs may be linked.
18
19 %prep
20 %setup -q
21 %patch -p1
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install DESTDIR=$RPM_BUILD_ROOT
31
32 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/*
40 %{_includedir}/*
41 %{_libdir}/lib*.a
42 %{_mandir}/man[15]/*
This page took 0.138432 seconds and 3 git commands to generate.