# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="Developement environment for children to teach them structured programming concepts." HOMEPAGE="http://littlewizard.sourceforge.net/index.html" SRC_URI="http://superb-west.dl.sourceforge.net/sourceforge/littlewizard/littlewizard-1.1.4.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/gtk+" RDEPEND="" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS HISTORY prepgamesdirs }