]> git.pld-linux.org Git - packages/awka.git/blob - awka.spec
- release 2: use rpm new automation suit.
[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:        2
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 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/*
38 %{_includedir}/*
39 %{_libdir}/lib*.a
40 %{_mandir}/man[15]/*
This page took 0.087923 seconds and 3 git commands to generate.