# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild,v 1.11 2012/09/24 00:37:02 vapier Exp $ EAPI="4" inherit eutils games DESCRIPTION="Ancient Domains Of Mystery rogue-like game" HOMEPAGE="http://www.adom.de/" #SRC_URI="http://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz" SRC_URI="http://www.ancardia.com/download/adom_linux_debian_64_${PV}.tar.gz" LICENSE="adom" SLOT="0" KEYWORDS="amd64" IUSE="" RESTRICT="strip" QA_FLAGS_IGNORED="${GAMES_PREFIX_OPT:1}/bin/adom" DEPEND=">=sys-libs/ncurses-5.0[tinfo]" S=${WORKDIR}/${PN} src_install() { exeinto "${GAMES_BINDIR}" doexe adom edos2unix docs/{adomfaq.txt,manual.txt,readme1st.txt} dodoc docs/{adomfaq.txt,manual.txt,readme1st.txt} prepgamesdirs fperms g+w "${GAMES_BINDIR}/${PN}" }