void-packages/templates/coreutils.tmpl
Juan RP 5a249b6c4f Require to configure/build/install in the chroot all packages.
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
2008-10-27 07:42:40 +01:00

17 lines
624 B
Cheetah

# Template file for 'coreutils'
pkgname=coreutils
version=6.12
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version@.tar.gz"
build_style=gnu_configure
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin"
short_desc="The GNU core utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=49d2f703e2310e6328cb6f9d9bae3612c42b3ee5175f449692c5b95e453cf18a
long_desc="
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities
which are expected to exist on every operating system."
base_chroot=yes
run_depends="glibc-2.8"