# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="${P}-src" DESCRIPTION="Conversion of an Amiga Doom clone Cytadela" HOMEPAGE="http://cytadela.sf.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-mixer virtual/opengl virtual/glu" RDEPEND="" S=${WORKDIR}/${MY_P} src_compile() { econf || die "econf failde" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc docs/* }