# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.5.1.ebuild,v 1.2 2003/11/29 22:10:43 brad_mssw Exp $ inherit games DESCRIPTION="A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org/" SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86 amd64" SLOT="0" DEPEND=">=media-libs/libsdl-1.2 >=media-libs/sdl-image-1.2 >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-ttf-2.0 media-libs/sdl-net virtual/x11" src_compile() { egamesconf || die "egamesconf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die "make install failed" dodoc MANUAL changelog || die "dodoc failed" prepgamesdirs }