# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="32-bit high-resolution textures for enhanced Quake 2 engines" HOMEPAGE="http://qudos.quakedev.com/" SRC_URI="http://qudos.quakedev.com/linux/quake2/textures/textures32bit-${PV}.zip" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="" DEPEND="app-arch/unzip" S=${WORKDIR} src_install() { local dir=${GAMES_DATADIR}/quake2 insinto "${dir}"/baseq2 # Is unzipped, so >quake2-icculus-0.16.1-r1 can read the textures doins -r models textures || die "doins -r failed" dodoc Readme.txt prepgamesdirs }