EAPI="1" inherit eutils subversion DESCRIPTION="Numpty Physics is a drawing puzzle game in the spirit of Crayon Physics using the same excellent Box2D engine" HOMEPAGE="http://numptyphysics.garage.maemo.org/" ESVN_REPO_URI="https://garage.maemo.org/svn/numptyphysics@${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="media-libs/sdl-ttf" DEPEND="${RDEPEND}" src_compile() { cd ./trunk econf emake || die "emake failed" } src_install() { cd ./trunk emake DESTDIR="${D}" install || die "Install failed" }