From 57bfc5a6900ad0275e477bd0c73e53e888640037 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 5 Feb 2013 15:06:12 +0100 Subject: [PATCH] chroot-coreutils: make this cross buildable. --- srcpkgs/chroot-coreutils/template | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/srcpkgs/chroot-coreutils/template b/srcpkgs/chroot-coreutils/template index ba20e95df4f..48ea1a9f08e 100644 --- a/srcpkgs/chroot-coreutils/template +++ b/srcpkgs/chroot-coreutils/template @@ -1,26 +1,19 @@ # Template file for 'chroot-coreutils' pkgname=chroot-coreutils version=8.17 -revision=2 +revision=3 wrksrc=coreutils-${version} build_style=gnu-configure configure_args="--without-gmp --disable-libcap --disable-xattr --disable-acl --disable-rpath --disable-nls --enable-no-install-program=stdbuf,arch,su ---enable-install-program=hostname" +--enable-install-program=hostname gl_cv_func_realpath_works=yes" short_desc="The GNU core utilities - for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/coreutils" license="GPL-3" distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz" checksum=4e075a0d238072a5bd079046e1f024dc5e0d9133d43a39c73d0b86b0d1e2c5e5 -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. - - This package is not meant to be installed by any user, this must be - installed as a dependency of base-chroot to create XBPS binary packages." bootstrap=yes conflicts="coreutils>=0"