# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ ECVS_SERVER="down.physik.uni-mainz.de:/cvs3" ECVS_MODULE="aleph" ECVS_USER="anoncvs" ECVS_PASS="anoncvs" ECVS_CVS_OPTIONS="-dP" inherit cvs ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" DESCRIPTION="Aleph One is an Open Source 3D first-person shooter game, based on the game Marathon 2 by Bungie Software. It is set in a Sci-Fi universe dominated by deviant computer AIs and features a well thought-out plot." HOMEPAGE="http://source.bungie.org/" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="X gnome" DEPEND="" S=${WORKDIR}/${ECVS_MODULE} src_compile() { ./autogen.sh # ./configure \ # --host=${CHOST} \ # --prefix=/usr \ # --infodir=/usr/share/info \ # --mandir=/usr/share/man || die "./configure failed" \ emake || die } src_install() { make DESTDIR=${D} install || die }