565482ce3e
--HG-- extra : convert_revision : 75bc3da9f89a8a2377f034fcbd1a1fc72633e69d
19 lines
807 B
Plaintext
19 lines
807 B
Plaintext
# Template build file for 'm4'.
|
|
pkgname=m4
|
|
version=1.4.13
|
|
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-changeword --enable-threads"
|
|
short_desc="GNU version of UNIX m4 macro language processor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=fcc6fe95e31476dae0fe17a941603c9876cffd0172c8985787388b99a5caec06
|
|
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
|