19 lines
722 B
Cheetah
19 lines
722 B
Cheetah
|
# Template build file for 'm4'.
|
||
|
pkgname=m4
|
||
|
version=1.4.11
|
||
|
extract_sufx=".tar.bz2"
|
||
|
url=http://ftp.gnu.org/gnu/m4
|
||
|
build_style=gnu_configure
|
||
|
short_desc="GNU version of UNIX m4 macro language processor"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=a5cccd149b46b68a465ad35b057e947016ff7d0d
|
||
|
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."
|
||
|
|
||
|
ignore_files="charset.alias"
|