29 lines
960 B
Text
29 lines
960 B
Text
# Template build file for 'm4'.
|
|
pkgname=m4
|
|
version=1.4.16
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--enable-changeword --enable-threads"
|
|
short_desc="GNU version of UNIX m4 macro language processor"
|
|
homepage="https://www.gnu.org/software/m4/"
|
|
license="GPL-3"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
|
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
|
|
long_desc="
|
|
GNU m4 is an implementation of the traditional UNIX macro
|
|
processor. It is mostly SVR4 compatible, although it has some
|
|
extensions (for example, handling more than 9 positional parameters to
|
|
macros). m4 also has builtin functions for including files, running
|
|
shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for
|
|
generating configure scripts, but not for running them."
|
|
|
|
pre_configure() {
|
|
sed -i -e '/gets is a/d' lib/stdio.in.h
|
|
}
|
|
|
|
m4_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|