2008-10-22 16:11:22 +02:00
|
|
|
# Template file for 'coreutils'
|
|
|
|
pkgname=coreutils
|
|
|
|
version=6.12
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz"
|
2008-10-22 16:11:22 +02:00
|
|
|
build_style=gnu_configure
|
2008-11-26 00:41:40 +01:00
|
|
|
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
2008-11-26 12:08:44 +01:00
|
|
|
--disable-acl --enable-install-program=hostname"
|
2008-11-26 12:05:44 +01:00
|
|
|
configure_env="PERL=/usr/bin/perl"
|
2008-10-22 16:11:22 +02:00
|
|
|
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."
|
|
|
|
|
2008-10-27 07:42:40 +01:00
|
|
|
base_chroot=yes
|
2008-10-22 16:11:22 +02:00
|
|
|
run_depends="glibc-2.8"
|