summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
commit09a0cb6830d8c9cd82846bccece0d90c0bb30c8b (patch)
treecb24f3beb108accae6cf7aae333c349896d91687 /dev-util/shtool
parentUpdate (diff)
downloadhistorical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.gz
historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.bz2
historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.zip
dependencie, fhs and use fixes
Diffstat (limited to 'dev-util/shtool')
-rw-r--r--dev-util/shtool/shtool-1.5.1-r1.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-util/shtool/shtool-1.5.1-r1.ebuild b/dev-util/shtool/shtool-1.5.1-r1.ebuild
index 2324d518e6fd..8db6b314a672 100644
--- a/dev-util/shtool/shtool-1.5.1-r1.ebuild
+++ b/dev-util/shtool/shtool-1.5.1-r1.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/dev-util/shtool/shtool-1.5.1-r1.ebuild,v 1.2 2001/02/27 03:06:16 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-1.5.1-r1.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
A=shtool-1.5.1.tar.gz
S=${WORKDIR}/shtool-1.5.1
@@ -9,14 +9,12 @@ DESCRIPTION="A compilation of small but very stable and portable shell scripts i
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/shtool/${A}
ftp://ftp.gnu.org/gnu/shtool/${A}"
HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html"
-DEPEND=""
-RDEPEND=">=sys-apps/bash-2.04
- >=sys-devel/perl-5.6"
+
+DEPEND=">=sys-devel/perl-5.6"
src_compile() {
- cd ${S}
try ./configure --prefix=/usr --host=${CHOST}
try pmake
@@ -24,7 +22,6 @@ src_compile() {
src_install () {
- cd ${S}
try make prefix=${D}/usr install
dodoc AUTHORS ChangeLog COPYING README THANKS VERSION
}