# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild,v 1.4 2005/08/29 06:25:33 mr_bones_ Exp $ inherit eutils games DESCRIPTION="A puzzle game starring Tux, the linux penguin" HOMEPAGE="http://tuxaqfh.sourceforge.net/" SRC_URI="http://tuxaqfh.sourceforge.net/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc x86" IUSE="" DEPEND=">=media-libs/plib-1.8.0 virtual/x11 virtual/opengl" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PV}-fix-paths.patch autoreconf || die "couldnt autoreconf" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS CHANGES README NEWS dohtml doc/*.{html,png} prepgamesdirs }