2008-10-06 21:11:03 +02:00
|
|
|
# Template build file for 'm4'.
|
|
|
|
pkgname=m4
|
2009-04-10 18:52:22 +02:00
|
|
|
version=1.4.13
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
2008-10-06 21:11:03 +02:00
|
|
|
build_style=gnu_configure
|
2008-11-26 11:57:52 +01:00
|
|
|
configure_args="--enable-changeword --enable-threads"
|
2008-10-06 21:11:03 +02:00
|
|
|
short_desc="GNU version of UNIX m4 macro language processor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-04-10 18:52:22 +02:00
|
|
|
checksum=fcc6fe95e31476dae0fe17a941603c9876cffd0172c8985787388b99a5caec06
|
2008-10-06 21:11:03 +02:00
|
|
|
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."
|
|
|
|
|
2009-04-24 17:26:23 +02:00
|
|
|
base_chroot=yes
|
|
|
|
Add_dependency run glibc
|