# Template file for 'coreutils' pkgname=coreutils version=8.14 distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--enable-install-program=hostname --bindir=/bin" revision=1 short_desc="The GNU core utilities" maintainer="Juan RP " homepage="http://www.gnu.org/software/coreutils" license="GPL-3" checksum=0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d 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." Add_dependency build perl Add_dependency build gmp-devel Add_dependency build acl-devel Add_dependency build libcap-devel post_install() { # Most programs expect /usr/bin/env. install -d ${DESTDIR}/usr/bin cd ${DESTDIR}/usr/bin && ln -s ../../bin/env . }