2008-10-22 16:11:22 +02:00
|
|
|
# Template file for 'coreutils'
|
|
|
|
pkgname=coreutils
|
2009-02-28 02:54:15 +01:00
|
|
|
version=7.1
|
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
|
2009-02-28 03:29:46 +01:00
|
|
|
--disable-acl --enable-install-program=hostname --without-gmp
|
|
|
|
ac_cv_header_selinux_flask_h=no ac_cv_header_selinux_selinux_h=no
|
|
|
|
ac_cv_header_selinux_context_h=no ac_cv_search_setfilecon=no"
|
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>"
|
2009-02-28 02:54:15 +01:00
|
|
|
checksum=813cb19fa19a885f342664109c7c5810f0081b624ff317bba8d1b6ccd83c2a05
|
2008-10-22 16:11:22 +02:00
|
|
|
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
|
2009-02-24 07:13:11 +01:00
|
|
|
|
|
|
|
Add_dependency run glibc
|
2009-03-08 22:31:53 +01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Most programs expect /usr/bin/env.
|
2009-03-11 06:31:56 +01:00
|
|
|
install -d ${DESTDIR}/usr/bin
|
|
|
|
cd ${DESTDIR}/usr/bin && ln -s ../../bin/env .
|
2009-03-08 22:31:53 +01:00
|
|
|
}
|