# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/grande-KXL/grande-KXL-0.6.ebuild,v 1.1 2003/09/10 19:29:21 vapier Exp $ inherit eutils games DESCRIPTION="ZANAC type game" SRC_URI="http://kxl.hn.org/download/${P}.tar.gz" HOMEPAGE="http://kxl.hn.org/" KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" DEPEND=">=dev-games/KXL-1.1.7" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-configure.in.patch autoconf || die } src_compile() { egamesconf \ --datadir=${GAMES_DATADIR_BASE} \ || die emake || die } src_install() { dodir ${GAMES_STATEDIR} make DESTDIR=${D} install || die dodoc ChangeLog README prepgamesdirs }