summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 11:22:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 11:22:19 +0000
commitda78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672 (patch)
tree7d680b4205c3492e6376f2a7517e594663f852cb /dev-util/indent
parentrepoman'd (diff)
downloadgentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.gz
gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.bz2
gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.zip
repoman'd
Diffstat (limited to 'dev-util/indent')
-rw-r--r--dev-util/indent/indent-2.2.6.ebuild24
1 files changed, 9 insertions, 15 deletions
diff --git a/dev-util/indent/indent-2.2.6.ebuild b/dev-util/indent/indent-2.2.6.ebuild
index bd8c09d6a6fe..258c4d3823fa 100644
--- a/dev-util/indent/indent-2.2.6.ebuild
+++ b/dev-util/indent/indent-2.2.6.ebuild
@@ -1,30 +1,24 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.6.ebuild,v 1.2 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/indent/indent-2.2.6.ebuild,v 1.3 2002/07/23 11:22:18 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Indent program source files"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc"
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
-
+ econf || die "./configure failed"
emake || die
}
src_install () {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
-
+ einstall || die
dodoc AUTHORS COPYING NEWS README*
}