# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit distutils DESCRIPTION="""pgu includes several scripts and libraries. the scripts are a tile editor and a level editor. the libraries include a state engine, a full featured gui, document layout, html rendering, text rendering, sprite and tile engine, and a timer.""" HOMEPAGE="http://www.imitationpickles.org/pgu/" SRC_URI="mirror://sourceforge/pgu/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.4" #S=${WORKDIR}/${PN}