diff options
author | 2004-08-06 03:54:55 +0000 | |
---|---|---|
committer | 2004-08-06 03:54:55 +0000 | |
commit | e03a71184f18ba40f3968e460d83943cbbfb3ef0 (patch) | |
tree | 1168ed8cdc85fd32bf75f54ad057f7de30f6fbfa /games-fps/quake1-textures/quake1-textures-20040716.ebuild | |
parent | Complete removal of old PHP eclasses as part of The Great PHP ebuild cleanup. (diff) | |
download | historical-e03a71184f18ba40f3968e460d83943cbbfb3ef0.tar.gz historical-e03a71184f18ba40f3968e460d83943cbbfb3ef0.tar.bz2 historical-e03a71184f18ba40f3968e460d83943cbbfb3ef0.zip |
initial ebuild #41795
Diffstat (limited to 'games-fps/quake1-textures/quake1-textures-20040716.ebuild')
-rw-r--r-- | games-fps/quake1-textures/quake1-textures-20040716.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games-fps/quake1-textures/quake1-textures-20040716.ebuild b/games-fps/quake1-textures/quake1-textures-20040716.ebuild new file mode 100644 index 000000000000..9a9e75bb3477 --- /dev/null +++ b/games-fps/quake1-textures/quake1-textures-20040716.ebuild @@ -0,0 +1,31 @@ +# 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.1 2004/08/06 03:54:55 vapier Exp $ + +inherit games + +DESCRIPTION="a collection of new and high resolution textures for id's Quake" +HOMEPAGE="http://www.quake.cz/winclan/qe1/" +SRC_URI="http://np.teamfortress.org/im/textures/textures-406files-7-16-04.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_install () { + dodoc *.txt + rm *.txt + insinto ${GAMES_DATADIR}/quake-data/id1/textures + doins * || die "doins failed" + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + einfo "Use a client like quakeforge (nq-glx) to take advantage of these" +} |