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