coreutils: update to 8.16.

This commit is contained in:
Juan RP 2012-03-30 14:52:32 +02:00
parent e2a02e2903
commit 96ae833efe

View file

@ -1,6 +1,6 @@
# Template file for 'coreutils'
pkgname=coreutils
version=8.15
version=8.16
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--enable-install-program=hostname --bindir=/bin"
@ -8,7 +8,7 @@ short_desc="The GNU core utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/coreutils"
license="GPL-3"
checksum=837eb377414eae463fee17d0f77e6d76bed79b87bc97ef0c23887710107fd49c
checksum=2a458fead15d9336f46bb4304cc3eaa6ed9407b9130e7ee2ec533909881d2067
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
@ -19,8 +19,7 @@ Add_dependency build gmp-devel
Add_dependency build acl-devel
Add_dependency build libcap-devel
post_install()
{
post_install() {
# Most programs expect /usr/bin/env.
install -d ${DESTDIR}/usr/bin
cd ${DESTDIR}/usr/bin && ln -s ../../bin/env .