]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - m4/m4.nm
libpng: Update to 1.6.10.
[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 6name = m4
9d632714
MT
7version = 1.4.17
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
SS
27build
28 test
29 make check
30 end
31end
166a6c21 32
802ea3af
MT
33packages
34 package %{name}
8acc09c0
MT
35 provides += bundled(gnulib)
36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end