# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games toolchain-funcs LICENSE="GPL-2" DESCRIPTION="Two penguins fight in an arena." HOMEPAGE="http://tuxanci.tuxportal.cz" KEYWORDS="~x86" SLOT="0" RESTRICT="primaryuri" SRC_URI="http://tuxanci.tuxportal.cz/releases/${P}.tar.bz2" RDEPEND="media-libs/libsdl media-libs/sdl-ttf media-libs/sdl-image media-libs/sdl-mixer" DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { emake CC=$(tc-getCC) || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "Installation failed." dodoc README ChangeLog prepgamesdirs }