2008-10-22 14:11:22 +00:00
|
|
|
# Template file for 'coreutils'
|
|
|
|
pkgname=coreutils
|
2009-11-30 04:49:11 -01:00
|
|
|
version=8.1
|
2009-11-30 23:15:59 -01:00
|
|
|
revision=1
|
2008-10-28 21:57:52 -01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz"
|
2008-10-22 14:11:22 +00:00
|
|
|
build_style=gnu_configure
|
2009-10-30 20:14:09 -01:00
|
|
|
configure_args="--enable-install-program=hostname --bindir=/bin"
|
2008-10-22 14:11:22 +00:00
|
|
|
short_desc="The GNU core utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-11-30 04:49:11 -01:00
|
|
|
checksum=5ea1adda4df2ad61e0184f5c7b08a2ad13db1a581d5da19610dd3c4718c1c8b0
|
2008-10-22 14:11:22 +00: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 06:10:16 +00:00
|
|
|
essential=yes
|
2009-02-24 05:13:11 -01:00
|
|
|
Add_dependency run glibc
|
2009-04-24 15:23:06 +00:00
|
|
|
Add_dependency full gmp
|
|
|
|
Add_dependency full attr
|
|
|
|
Add_dependency full acl
|
2009-11-30 23:15:59 -01:00
|
|
|
Add_dependency full libcap
|
2009-10-30 20:14:09 -01:00
|
|
|
Add_dependency build perl
|
2009-03-08 20:31:53 -01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Most programs expect /usr/bin/env.
|
2009-03-11 04:31:56 -01:00
|
|
|
install -d ${DESTDIR}/usr/bin
|
|
|
|
cd ${DESTDIR}/usr/bin && ln -s ../../bin/env .
|
2009-03-08 20:31:53 -01:00
|
|
|
}
|