]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - m4/m4.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
5bc40539 8release = 2
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}
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end