# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements" HOMEPAGE="http://garden.sourceforge.net" SRC_URI="mirror://sourceforge/garden/garden_of_coloured_lights-${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/allegro" RDEPEND="${DEPEND}" S="${WORKDIR}/garden_of_coloured_lights-${PV}" src_compile() { econf emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc NEWS README ChangeLog AUTHORS }