From b91ff07e655d6bf5a3e70e5270edb0407d66338c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 17:10:53 +0200 Subject: [PATCH] coreutils: switch to /usr. --- srcpkgs/coreutils/template | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/srcpkgs/coreutils/template b/srcpkgs/coreutils/template index 0196a6cc31..dd374ab860 100644 --- a/srcpkgs/coreutils/template +++ b/srcpkgs/coreutils/template @@ -1,24 +1,17 @@ # Template file for 'coreutils' pkgname=coreutils version=8.17 -distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz" +revision=2 build_style=gnu-configure -configure_args="--enable-install-program=hostname --bindir=/bin" +configure_args="--enable-install-program=hostname" makedepends="perl gmp-devel acl-devel libcap-devel" -revision=1 short_desc="The GNU core utilities" maintainer="Juan RP " homepage="http://www.gnu.org/software/coreutils" license="GPL-3" +distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz" checksum=4e075a0d238072a5bd079046e1f024dc5e0d9133d43a39c73d0b86b0d1e2c5e5 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." - - -post_install() { - # Most programs expect /usr/bin/env. - vmkdir usr/bin - cd ${DESTDIR}/usr/bin && ln -s ../../bin/env . -}