# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils MY_P="${P}unstable" SLOT="0" LICENSE="MIT" KEYWORDS="~amd64 ~x86 ~arm" DESCRIPTION="Clone of Boulderdash (a.k.a Emerald Mine on the Amiga)" SRC_URI="https://bitbucket.org/czirkoszoltan/${PN}/downloads/${MY_P}.tar.gz" HOMEPAGE="https://bitbucket.org/czirkoszoltan/gdash/" IUSE="" RDEPEND="media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] >=x11-libs/gtk+-2.2:2" DEPEND="${RDEPEND} virtual/pkgconfig" S="${WORKDIR}/${MY_P}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" domenu gdash.desktop doicon gdash.png rm -r "${D}${GAMES_DATADIR}"/pixmaps rm -r "${D}${GAMES_DATADIR}"/applications }