void-packages/templates/coreutils.tmpl
Juan RP 2939039f33 coreutils: don't install kill and uptime.
We'll use the bins from procps, as specified by the
LFS 6.4 book.

--HG--
extra : convert_revision : dbf85cd52c51654e5fa640965de9d1a1ef2a604b
2008-11-26 12:05:44 +01:00

19 lines
748 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
--disable-acl --enable-install-program=hostname
--enable-no-install-program=kill,uptime"
configure_env="PERL=/usr/bin/perl"
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"