# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils subversion games autotools DESCRIPTION="VCMI is a free HOMM 3 clone." HOMEPAGE="http://forum.vcmi.eu/portal.php" SRC_URI="" ESVN_REPO_URI="https://vcmi.svn.sourceforge.net/svnroot/vcmi/trunk" ESVN_PROJECT="vcmi" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" DEPEND="games-strategy/vcmi-data sys-libs/zlib media-video/ffmpeg dev-libs/boost media-libs/libsdl media-libs/sdl-ttf media-libs/sdl-image media-libs/sdl-mixer" RDEPEND="${DEPEND}" S=${WORKDIR}/${ESVN_PROJECT} src_unpack() { subversion_src_unpack } src_prepare() { # install the .desktop and icon in correct position. sed -i \ -e 's:^\(desktopdir = \).*:\1/usr/share/applications:' \ -e 's:^\(icondir = \).*:\1/usr/share/pixmaps:' \ client/Makefile.in \ client/Makefile.am \ || die "sed failed" eautoreconf }