diff options
Diffstat (limited to 'sys-apps/fileutils/fileutils-4.0.33.ebuild')
-rw-r--r-- | sys-apps/fileutils/fileutils-4.0.33.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/fileutils/fileutils-4.0.33.ebuild b/sys-apps/fileutils/fileutils-4.0.33.ebuild index f1fb85a40330..d2d96bb613de 100644 --- a/sys-apps/fileutils/fileutils-4.0.33.ebuild +++ b/sys-apps/fileutils/fileutils-4.0.33.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.33.ebuild,v 1.1 2000/11/28 19:30:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.33.ebuild,v 1.2 2000/11/30 23:14:32 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,11 +9,13 @@ DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { #we are waiting for GNU fileutils 4.0.30 which will become standard in Gentoo 1.0 #until then, we wait. try ./configure --prefix=/usr - try make + try make ${MAKEOPTS} } src_install() { @@ -21,6 +23,6 @@ src_install() { make prefix=${D}/usr install cd ${D} mv usr/bin . - prepall + rm -rf usr/lib } |