]> git.pld-linux.org Git - packages/awka.git/blame - awka.spec
- release 2: use rpm new automation suit.
[packages/awka.git] / awka.spec
CommitLineData
634ce6dc 1Summary: comprises a translator of the AWK programming language to ANSI-C
2Name: awka
3Version: 0.7.0
16de9eb5 4Release: 2
634ce6dc 5License: GPL
7c3408e0 6Group: Applications/Text
7Group(de): Applikationen/Text
634ce6dc 8Group(fr): Utilitaires/Texte
7c3408e0 9Group(pl): Aplikacje/Tekst
634ce6dc 10Source0: http://members.linuxstart.com/~awka/%{name}-%{version}.tar.gz
11PAtch0: %{name}-DESTDIR.patch
12URL: http://members.linuxstart.com/~awka/
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Awka comprises a translator of the AWK programming language to ANSI-C,
17and a library against which translated programs may be linked.
18
19%prep
20%setup -q
21%patch -p1
22
23%build
634ce6dc 24%configure
25%{__make}
26
27%install
28rm -rf $RPM_BUILD_ROOT
29
30%{__make} install DESTDIR=$RPM_BUILD_ROOT
31
634ce6dc 32%clean
33rm -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.060647 seconds and 4 git commands to generate.