vp-build/templates/m4/template
Juan RP d8d8779780 m4: install missing info/manpage.
--HG--
extra : convert_revision : d191ee747db695516c5d72f3134376849f1298b7
2009-03-18 03:26:10 +01:00

20 lines
877 B
Plaintext

# Template build file for 'm4'.
pkgname=m4
version=1.4.12
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-changeword --enable-threads"
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="GNU version of UNIX m4 macro language processor"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=855217de304616931844f54bd00a1e03e92452f85de6caeec47b0e8244881ba3
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."
Add_dependency full glibc