]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/m4/m4.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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 = 1
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 =
25 sources = %{thisapp}.tar.xz
26
27 # Testsuite is broken ( readlink )
28 #build
29 # test
30 # make check
31 # end
32 #end
33
34 packages
35 package %{name}
36 end