# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ inherit distutils MY_P=${P/tofu/Tofu} MY_PN=${PN/tofu/Tofu} DESCRIPTION="Tofu is a practical high-level network game engine, written in Python." HOMEPAGE="http://oomadness.tuxfamily.org/en/tofu/" SRC_URI="http://download.gna.org/soya/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-python/twisted-1.2.0" S=${WORKDIR}/${MY_P} src_compile() { distutils_src_compile } src_install() { distutils_src_install }