5a249b6c4f
This is to ensure that only stuff found in the chroot will be used, and to avoid some stupid problems with libtool scripts. Therefore only templates that have $base_chroot set can be built without the chroot. As bonus now all messages are prepended with "[chroot]" when xbps.sh is running inside of it. --HG-- extra : convert_revision : 68195f4b240c01eea18777767b555604d892400f
20 lines
804 B
Cheetah
20 lines
804 B
Cheetah
# 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"
|
|
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."
|
|
|
|
base_chroot=yes
|
|
run_depends="glibc-2.8"
|