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
16 lines
512 B
Cheetah
16 lines
512 B
Cheetah
# Template build file for 'make'
|
|
pkgname=make
|
|
version=3.81
|
|
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="The GNU make system"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8
|
|
long_desc="
|
|
GNU Make is a program that determines which pieces of a large
|
|
program need to be recompiled and issues the commands to
|
|
recompile them, when necessary."
|
|
|
|
base_chroot=yes
|
|
run_depends="glibc-2.8"
|