diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:54:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:54:41 +0000 |
commit | d5bde511b34d1dc342f01cfedd19c4a1f6198797 (patch) | |
tree | 7a5651dbb086e5db9d13ef5d366044fd1b0d326c /sys-devel/cons/cons-2.2.0.ebuild | |
parent | (no commit message) (diff) | |
download | gentoo-2-d5bde511b34d1dc342f01cfedd19c4a1f6198797.tar.gz gentoo-2-d5bde511b34d1dc342f01cfedd19c4a1f6198797.tar.bz2 gentoo-2-d5bde511b34d1dc342f01cfedd19c4a1f6198797.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/cons/cons-2.2.0.ebuild')
-rw-r--r-- | sys-devel/cons/cons-2.2.0.ebuild | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/sys-devel/cons/cons-2.2.0.ebuild b/sys-devel/cons/cons-2.2.0.ebuild index 8e14c5e1e43e..6a29e6eb5fc0 100644 --- a/sys-devel/cons/cons-2.2.0.ebuild +++ b/sys-devel/cons/cons-2.2.0.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: +# Copyright 1999-2005 Gentoo Foundation +# 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.1.1.1 2005/11/30 09:53:54 chriswhite 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" -KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" +LICENSE="GPL-2" +KEYWORDS="x86 ppc ~sparc alpha" +IUSE="" + +DEPEND="dev-lang/perl + perl-core/Digest-MD5" -src_install () { - exeinto /usr/bin - doexe cons +src_install() { + dobin cons dodoc CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE TODO dohtml *.html doman cons.1.gz |