diff options
author | 2000-11-30 23:14:35 +0000 | |
---|---|---|
committer | 2000-11-30 23:14:35 +0000 | |
commit | 65ff9109d975303a292ac9e7acd38261c91079cc (patch) | |
tree | 984b1519ba60a35ae6d27439329dcf5b4f984668 /sys-apps/textutils | |
parent | Prepared for rc3 (diff) | |
download | historical-65ff9109d975303a292ac9e7acd38261c91079cc.tar.gz historical-65ff9109d975303a292ac9e7acd38261c91079cc.tar.bz2 historical-65ff9109d975303a292ac9e7acd38261c91079cc.zip |
Prepared for rc3
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r-- | sys-apps/textutils/textutils-2.0g.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/textutils/textutils-2.0g.ebuild b/sys-apps/textutils/textutils-2.0g.ebuild index b66caa667c3a..d3769599ced0 100644 --- a/sys-apps/textutils/textutils-2.0g.ebuild +++ b/sys-apps/textutils/textutils-2.0g.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0g.ebuild,v 1.3 2000/11/12 21:35:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0g.ebuild,v 1.4 2000/11/30 23:14:35 achim Exp $ P=textutils-2.0g A=${P}.tar.gz @@ -9,18 +9,19 @@ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU text utilities" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \ - --with-catgets --without-included-regex - try make + --without-included-regex + try make ${MAKEOPTS} } src_unpack() { unpack ${A} cd ${S}/src - mv tr.c tr.c.orig - sed -e "234d" tr.c.orig > tr.c +# mv tr.c tr.c.orig +# sed -e "234d" tr.c.orig > tr.c # cp sys2.h sys2.h.orig # sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h } @@ -28,8 +29,6 @@ src_unpack() { src_install() { cd ${S} try make prefix=${D}/usr install - prepman - prepinfo dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO dodir /bin dosym /usr/bin/cat /bin/cat |