2008-10-22 16:11:22 +02:00
|
|
|
# Template file for 'coreutils'
|
|
|
|
pkgname=coreutils
|
2009-09-14 13:25:35 +02:00
|
|
|
version=7.6
|
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
|
2009-04-24 17:23:06 +02:00
|
|
|
configure_args="--enable-install-program=hostname --bindir=/bin
|
2009-02-28 03:29:46 +01:00
|
|
|
ac_cv_header_selinux_flask_h=no ac_cv_header_selinux_selinux_h=no
|
2009-05-10 21:54:02 +02:00
|
|
|
ac_cv_header_selinux_context_h=no ac_cv_search_setfilecon=no
|
|
|
|
ac_cv_header_sys_capability_h=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-09-14 13:25:35 +02:00
|
|
|
checksum=1d9bfe8b427ca5f8cffa0b462f861e4157c946fbeaf0884d273bbd6cab1c25d4
|
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."
|
|
|
|
|
2009-06-07 08:10:16 +02:00
|
|
|
essential=yes
|
2008-10-27 07:42:40 +01:00
|
|
|
base_chroot=yes
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|
2009-04-24 17:23:06 +02:00
|
|
|
Add_dependency full gmp
|
|
|
|
Add_dependency full attr
|
|
|
|
Add_dependency full acl
|
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
|
|
|
}
|