# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils games DESCRIPTION="Ancient Domains Of Mystery" HOMEPAGE="http://www.ancardia.com/" SRC_URI="x86? ( http://www.ancardia.com/download/adom_linux_debian_32_${PV}.tar.gz ) amd64? ( http://www.ancardia.com/download/adom_linux_debian_64_${PV}.tar.gz )" LICENSE="adom" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=sys-libs/ncurses-5.0" RESTRICT="strip" #bug #137340 QA_FLAGS_IGNORED="${GAMES_PREFIX_OPT:1}/bin/adom" S=${WORKDIR}/${PN} src_install() { exeinto "${GAMES_PREFIX_OPT}/bin" doexe adom prepgamesdirs }