]> git.pld-linux.org Git - packages/awka.git/commitdiff
- AWK to C converter (from scrach).
authorkloczek <kloczek@pld-linux.org>
Fri, 11 Aug 2000 14:25:54 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awka.spec -> 1.1

awka.spec [new file with mode: 0644]

diff --git a/awka.spec b/awka.spec
new file mode 100644 (file)
index 0000000..e03abbf
--- /dev/null
+++ b/awka.spec
@@ -0,0 +1,42 @@
+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]/*
This page took 0.036068 seconds and 4 git commands to generate.