]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - m4/m4.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/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 6name = m4
1e156ea9
SS
7version = 1.4.18
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
5bc40539 24source_dl = http://ftp.gnu.org/gnu/m4/
802ea3af 25sources = %{thisapp}.tar.xz
166a6c21 26
5bc40539 27build
ada4c102
SS
28 requires
29 glibc-devel >= 2.24
30 end
31
5bc40539
SS
32 test
33 make check
34 end
35end
166a6c21 36
802ea3af
MT
37packages
38 package %{name}
8acc09c0
MT
39 provides += bundled(gnulib)
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end