# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-0.15.1.ebuild,v 1.2 2005/01/01 18:02:38 eradicator Exp $ inherit eutils DESCRIPTION="Gui for Object-oriented Graphics Rendering Engine" HOMEPAGE="http://www.cegui.org.uk/" SRC_URI="mirror://sourceforge/crazyedsgui/${PN}_mk2-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" RDEPEND="virtual/opengl =media-libs/freetype-2* >=media-libs/devil-1.5 dev-libs/xerces-c" DEPEND="${RDEPEND}" S="${WORKDIR}/cegui_mk2" src_compile() { econf || die emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" }