ipfire-3.x/m4/m4.nm

46 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = m4
version = 1.4.19
release = 1
groups = Applications/Text
url = https://www.gnu.org/software/m4/
license = GPLv3+
summary = The GNU macro processor.
description
A GNU implementation of the traditional UNIX macro processor. M4 is
useful for writing text files which can be logically parsed, and is
used by many programs as part of their build process. M4 has
built-in functions for including files, running shell commands,
doing arithmetic, etc. The autoconf program needs m4 for generating
configure scripts, but not for running configure scripts.
end
source_dl = https://ftp.gnu.org/gnu/m4/
sources = %{thisapp}.tar.xz
build
requires
glibc-devel >= 2.24
end
test
make check || :
end
end
packages
package %{name}
provides += bundled(gnulib)
end
package %{name}-debuginfo
template DEBUGINFO
end
end