void-packages/srcpkgs/m4/template
2014-02-21 14:26:30 +01:00

17 lines
511 B
Plaintext

# Template build file for 'm4'.
pkgname=m4
version=1.4.16
revision=3
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
pre_configure() {
sed -i -e '/gets is a/d' lib/stdio.in.h
}