summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:31:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:31:56 +0000
commit4ed5d41945c5b63fc5522dd226f0e0c40212c5fb (patch)
tree809f88877f9a8cb928f27129a6306257ec045dc5 /dev-util/shtool
parentrepoman'd (diff)
downloadgentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.gz
gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.bz2
gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.zip
repoman'd
Diffstat (limited to 'dev-util/shtool')
-rw-r--r--dev-util/shtool/shtool-1.5.1-r2.ebuild22
1 files changed, 9 insertions, 13 deletions
diff --git a/dev-util/shtool/shtool-1.5.1-r2.ebuild b/dev-util/shtool/shtool-1.5.1-r2.ebuild
index 1bd1e83d3a0f..255c0a43568f 100644
--- a/dev-util/shtool/shtool-1.5.1-r2.ebuild
+++ b/dev-util/shtool/shtool-1.5.1-r2.ebuild
@@ -1,28 +1,24 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-1.5.1-r2.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-1.5.1-r2.ebuild,v 1.4 2002/07/23 13:28:37 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool"
SRC_URI="ftp://ftp.gnu.org/gnu/shtool/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND=">=sys-devel/perl-5.6"
src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man
- assert
-
+ econf || die
emake || die
}
src_install () {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- install || die
-
+ einstall || die
dodoc AUTHORS ChangeLog COPYING README THANKS VERSION
}
-