From dd46e3d77cb07573d2ff1cb0caed60e5f474cc3c Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 27 May 2003 11:55:49 +0000 Subject: Generate our own copies of Gentoo files (.ebuild, and a digest record). --- gentoo/scons.ebuild.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gentoo/scons.ebuild.in (limited to 'gentoo') diff --git a/gentoo/scons.ebuild.in b/gentoo/scons.ebuild.in new file mode 100644 index 00000000..36f83db4 --- /dev/null +++ b/gentoo/scons.ebuild.in @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $__NULL__Header: /home/cvsroot/gentoo-x86/dev-util/scons/scons-__VERSION__.ebuild,v 1.2 2003/02/13 12:00:11 vapier Exp __NULL__$ + +MY_P=${PN}-__VERSION__ +S=${WORKDIR}/${MY_P} +DESCRIPTION="Extensible python-based build utility" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +HOMEPAGE="http://www.scons.org" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc" + +DEPEND=">=dev-lang/python-2.0" + +src_compile() { + python setup.py build +} + +src_install () { + python setup.py install --root=${D} + dodoc *.txt PKG-INFO MANIFEST + doman scons.1 +} -- cgit v1.2.1