# Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Indians mod for Glest" HOMEPAGE="http://www.titusgames.de/" SRC_URI="http://www.titusgames.de/${PN}/${PN}_v${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=games-strategy/glest-2.0.0 games-strategy/glest-housing" DEPEND="${RDEPEND} app-arch/unzip" src_unpack() { unpack ${A} } src_install() { cd ${WORKDIR} dodir "../image/usr/share/games/glest/techs/magitech/factions" cp -r * ../image/usr/share/games/glest/techs/magitech/factions/ insinto "/" }