]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - m4/m4.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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.18
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 = http://ftp.gnu.org/gnu/m4/
25 sources = %{thisapp}.tar.xz
26
27 build
28 requires
29 glibc-devel >= 2.24
30 end
31
32 test
33 make check
34 end
35 end
36
37 packages
38 package %{name}
39 provides += bundled(gnulib)
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end