# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Header: $ inherit games MY_P="RealmSpeakRP" MY_PV="v${PV}" MY_PN="realmspeak" DESCRIPTION="RealmSpeak resource pack (images needed by the game)" HOMEPAGE="http://realmspeak.dewkid.com/" SRC_URI="http://realmspeak.dewkid.com/download/${MY_P}_${MY_PV}.zip" LICENCE="as-is" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="app-arch/unzip" S=${WORKDIR} src_install() { insinto "${GAMES_DATADIR}"/${MY_PN} doins -r images prepgamesdirs }