diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-09 09:19:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-09 09:19:04 +0000 |
commit | 786d1d60c0f0b18daa59b4e6aace33f299bbb96e (patch) | |
tree | a97f2feeafed98ca9ad4f2c544774886e0f8eb5c /sys-devel/cons/cons-2.2.0.ebuild | |
parent | cleanup (diff) | |
download | gentoo-2-786d1d60c0f0b18daa59b4e6aace33f299bbb96e.tar.gz gentoo-2-786d1d60c0f0b18daa59b4e6aace33f299bbb96e.tar.bz2 gentoo-2-786d1d60c0f0b18daa59b4e6aace33f299bbb96e.zip |
fixes/cleanup
Diffstat (limited to 'sys-devel/cons/cons-2.2.0.ebuild')
-rw-r--r-- | sys-devel/cons/cons-2.2.0.ebuild | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/sys-devel/cons/cons-2.2.0.ebuild b/sys-devel/cons/cons-2.2.0.ebuild index 8e14c5e1e43e..2e12a0053d88 100644 --- a/sys-devel/cons/cons-2.2.0.ebuild +++ b/sys-devel/cons/cons-2.2.0.ebuild @@ -1,23 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/cons-2.2.0.ebuild,v 1.2 2002/11/09 09:19:04 vapier Exp $ -MY_P=${PN}-2.2.0 -S=${WORKDIR}/${MY_P} DESCRIPTION="Extensible perl-based build utility" -SRC_URI="http://www.dsmit.com/cons/stable/${MY_P}.tgz" +SRC_URI="http://www.dsmit.com/cons/stable/${P}.tgz" HOMEPAGE="http://www.dsmit.com/cons/" -DEPEND="sys-devel/perl - dev-perl/Digest-MD5" - SLOT="2.2" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" -src_install () { - exeinto /usr/bin - doexe cons +DEPEND="sys-devel/perl + dev-perl/Digest-MD5" + +src_install() { + dobin cons dodoc CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE TODO dohtml *.html doman cons.1.gz |