# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.ebuild,v 1.2 2004/05/04 12:19:45 kloeri Exp $ inherit distutils MY_P="SPE-${PV/a/.a}-wx2.4.2.4.-bl2.31" DESCRIPTION="Spe is a python IDE with blender support" HOMEPAGE="http://spe.pycs.net/" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" SRC_URI="http://projects.blender.org/download.php/148/${MY_P}.tar.gz" DEPEND="virtual/python >=dev-python/wxPython-2.4.2.4" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} rm -rf ${S}/build/scripts* } src_install(){ mydoc="README.txt" distutils_src_install }