2008-10-22 16:11:22 +02:00
|
|
|
# Template file for 'coreutils'
|
|
|
|
pkgname=coreutils
|
2012-05-12 10:05:35 +02:00
|
|
|
version=8.17
|
2009-12-13 13:39:23 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2009-10-30 22:14:09 +01:00
|
|
|
configure_args="--enable-install-program=hostname --bindir=/bin"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="perl gmp-devel acl-devel libcap-devel"
|
2008-10-22 16:11:22 +02:00
|
|
|
short_desc="The GNU core utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-19 16:57:33 +02:00
|
|
|
homepage="http://www.gnu.org/software/coreutils"
|
|
|
|
license="GPL-3"
|
2012-05-12 10:05:35 +02:00
|
|
|
checksum=4e075a0d238072a5bd079046e1f024dc5e0d9133d43a39c73d0b86b0d1e2c5e5
|
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-03-08 22:31:53 +01:00
|
|
|
|
2012-03-30 14:52:32 +02:00
|
|
|
post_install() {
|
2009-03-08 22:31:53 +01:00
|
|
|
# Most programs expect /usr/bin/env.
|
2012-05-12 10:05:35 +02:00
|
|
|
vmkdir usr/bin
|
2009-03-11 06:31:56 +01:00
|
|
|
cd ${DESTDIR}/usr/bin && ln -s ../../bin/env .
|
2009-03-08 22:31:53 +01:00
|
|
|
}
|