]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - m4/m4.nm
gcc: Re-enable cloog and ppl support.
[people/ms/ipfire-3.x.git] / m4 / m4.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af
MT
6name = m4
7version = 1.4.16
8release = 1
166a6c21 9
802ea3af
MT
10groups = Applications/Text
11url = http://www.gnu.org/software/m4/
12license = GPLv3+
13summary = The GNU macro processor.
166a6c21 14
802ea3af
MT
15description
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
166a6c21 21 configure scripts, but not for running configure scripts.
802ea3af
MT
22end
23
24source_dl =
25sources = %{thisapp}.tar.xz
166a6c21 26
802ea3af
MT
27# Testsuite is broken ( readlink )
28#build
29# test
30# make check
31# end
32#end
166a6c21 33
802ea3af
MT
34packages
35 package %{name}
36end