# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit subversion games

DESCRIPTION="A cross-platform open-source game engine designed
to be compatible with the Creatures  Evolution Engine."
HOMEPAGE="http://openc2e.ccdevnet.org/"
ESVN_REPO_URI="svn://ccdevnet.org/openc2e/trunk"
ESVN_PROJECT="openc2e"
ESVN_BOOTSTRAP="./configure.pl"

LICENSE="LGPL"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-lang/perl
		dev-perl/yaml
		>=sys-devel/flex-2.5.31
		sys-libs/zlib
		>=dev-libs/boost-1.33.0
		media-libs/sdl-mixer
		media-libs/sdl-net"
RDEPEND=""

src_unpack()
{
	subversion_src_unpack
}

src_install()
{
	dogamesbin "${PN}" || die "Installing openc2e failed"
	prepgamesdirs
}
