# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ inherit games MY_P=${P/_p/-} S="${WORKDIR}/${P/_p*/}" DESCRIPTION="SDL logical clone" HOMEPAGE="http://changeling.ixionstudios.com/xlogical/" SRC_URI="http://changeling.ixionstudios.com/xlogical/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/libsdl-1.1.4 >=media-libs/sdl-image-1.0.9 >=media-libs/sdl-mixer-1.0.6" RDEPEND="${DEPEND}" src_compile() { epatch ${FILESDIR}/xlogical-1.0-gcc3.patch epatch ${FILESDIR}/xlogical-gcc41-compile.patch egamesconf || die emake || die } src_install() { egamesinstall || die prepgamesdirs }