]> git.pld-linux.org Git - packages/awka.git/blob - awka.spec
- fixed DESTDIR.patch to install man pages in correct places
[packages/awka.git] / awka.spec
1 Summary:        Translator of the AWK programming language to ANSI-C
2 Summary(pl):    Konwerter programów w jêzyku AWK na programy w jêzyku C
3 Name:           awka
4 Version:        0.7.4
5 Release:        3
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://awka.sourceforge.net/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-DESTDIR.patch
10 URL:            http://awka.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Awka comprises a translator of the AWK programming language to ANSI-C,
15 and a library against which translated programs may be linked.
16
17 %description -l pl
18 Awka sk³ada siê z programu t³umacz±cego kod w jêzyku AWK na kod w
19 jêzyku C i biblioteki z któr± przet³umaczone programy mog± byæ
20 zlinkowane.
21
22 %prep
23 %setup -q
24 %patch -p1
25
26 %build
27 %configure2_13
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
41 %{_includedir}/*
42 %{_libdir}/lib*.a
43 %{_mandir}/man[15]/*
This page took 0.070521 seconds and 3 git commands to generate.