# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-textures/quake1-textures-20040716.ebuild,v 1.3 2004/12/10 21:41:54 vapier Exp $ inherit games DESCRIPTION="a collection of new and high resolution textures for id's Quake" HOMEPAGE="http://facelift.quakedev.com/" SRC_URI="http://facelift.quakedev.com/download/textures-486files-8-20-05.rar http://facelift.quakedev.com/download/SKINSbmodels-48files-4-23-05.zip" LICENSE="as-is" SLOT="0" KEYWORDS="ppc x86" IUSE="" DEPEND="app-arch/unrar app-arch/unzip" S=${WORKDIR} src_install () { insinto ${GAMES_DATADIR}/quake-data/id1/textures doins *.tga || die "doins failed" prepgamesdirs } pkg_postinst() { games_pkg_postinst einfo "Use a client like quakeforge (nq-glx) to take advantage of these" }