# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-cdr/graveman/graveman-0.3.2.ebuild,v 1.1 2005/01/25 00:45:36 pylon Exp $ inherit eutils games DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG" HOMEPAGE="www.http://themanaworld.org" SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-games/physfs-1.0.0 dev-libs/libxml2 media-libs/sdl-mixer media-libs/sdl-image dev-games/guichan" RDEPEND="${DEPEND}" src_compile() { egamesconf || die "config failed" emake || die "make failed" } src_install() { make DESTDIR=${D} install dodir /usr/share/applications dosym /usr/share/games/applications/tmw.desktop /usr/share/applications/tmw.desktop dodir /usr/share/pixmaps dosym /usr/share/games/pixmaps/tmw.png /usr/share/pixmaps/tmw.png dodoc AUTHORS ChangeLog COPYNG INSTALL NEWS README TODO prepgamesdirs }