# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # §Header$ # $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.2.ebuild,v 1.5 2002/07/11 06:30:24 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="egenix utils for Python." SRC_URI="http://www.lemburg.com/files/python/${P}.tar.gz" HOMEPAGE="http://www.egenix.com/" DEPEND="virtual/python" src_compile() { python setup.py build || die } src_install() { python setup.py install --prefix=${D}/usr || die }