m4: fix build, add homepage & license

This commit is contained in:
ojab 2013-03-31 11:51:30 +04:00
parent 6f21ee9a02
commit 5de066d922
1 changed files with 7 additions and 1 deletions

View File

@ -4,8 +4,10 @@ version=1.4.16
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2" distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-changeword --enable-threads" configure_args="--enable-changeword --enable-threads"
revision=1 revision=2
short_desc="GNU version of UNIX m4 macro language processor" 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>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
long_desc=" long_desc="
@ -15,3 +17,7 @@ long_desc="
macros). m4 also has builtin functions for including files, running macros). m4 also has builtin functions for including files, running
shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for
generating configure scripts, but not for running them." generating configure scripts, but not for running them."
pre_configure() {
sed -i -e '/gets is a/d' lib/stdio.in.h
}