]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - m4/m4.nm
m4: Update to 1.4.19
[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
a05f6cce 7version = 1.4.19
1e156ea9 8release = 1
166a6c21 9
802ea3af 10groups = Applications/Text
a05f6cce 11url = https://www.gnu.org/software/m4/
802ea3af
MT
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
a05f6cce 24source_dl = https://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 32 test
a05f6cce 33 make check || :
5bc40539
SS
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