# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="ltima Iris is a 3D game client for the popular Massive Multiplayer Role Playing Game \"Ultima Online\" (tm)" HOMEPAGE="http://ultimairis.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/iris-linux-src-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" #RDEPEND="" S=${WORKDIR}/iris-linux-src-${PV} src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-gcc34.patch }