# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.96.1.ebuild,v 1.12 2007/02/28 22:10:15 genstef Exp $ inherit python distutils DESCRIPTION="Extensible python-based build utility" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://www.scons.org" SLOT="0" LICENSE="as-is" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/python-2.0" DOCS="RELEASE.txt CHANGES.txt LICENSE.txt" src_install () { distutils_src_install doman scons.1 sconsign.1 } pkg_postinst() { python_mod_optimize /usr/lib/scons/SCons } pkg_postrm() { python_mod_cleanup }