]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - m4/m4.nm
cd2c64df977756344d177db22bddcd0a04cdd487
[people/amarx/ipfire-3.x.git] / m4 / m4.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = m4
7 version = 1.4.16
8 release = 2
9
10 groups = Applications/Text
11 url = http://www.gnu.org/software/m4/
12 license = GPLv3+
13 summary = The GNU macro processor.
14
15 description
16 A GNU implementation of the traditional UNIX macro processor. M4 is
17 useful for writing text files which can be logically parsed, and is
18 used by many programs as part of their build process. M4 has
19 built-in functions for including files, running shell commands,
20 doing arithmetic, etc. The autoconf program needs m4 for generating
21 configure scripts, but not for running configure scripts.
22 end
23
24 source_dl = http://ftp.gnu.org/gnu/m4/
25 sources = %{thisapp}.tar.xz
26
27 build
28 test
29 make check
30 end
31 end
32
33 packages
34 package %{name}
35 end