# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games autotools DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements" HOMEPAGE="http://garden.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/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_unpack() { unpack "${A}" cd "${S}" sed -i s:@datadir@:/usr/share: "${S}"/resources/Makefile.am || die "sed failed" einfo "Regenerating autotools files..." eautoconf eautomake } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" prepgamesdirs }