diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 18:10:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 18:10:15 +0000 |
commit | c22ea1f9962983b3583d00085024413d77102212 (patch) | |
tree | acd80fa59d92f27b0609b3d58893ef500cd09925 /games-fps/quake3-urbanterror/quake3-urbanterror-3.ebuild | |
parent | New version 'n cleanup (diff) | |
download | gentoo-2-c22ea1f9962983b3583d00085024413d77102212.tar.gz gentoo-2-c22ea1f9962983b3583d00085024413d77102212.tar.bz2 gentoo-2-c22ea1f9962983b3583d00085024413d77102212.zip |
games-fps uNF uNF uNF
Diffstat (limited to 'games-fps/quake3-urbanterror/quake3-urbanterror-3.ebuild')
-rw-r--r-- | games-fps/quake3-urbanterror/quake3-urbanterror-3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games-fps/quake3-urbanterror/quake3-urbanterror-3.ebuild b/games-fps/quake3-urbanterror/quake3-urbanterror-3.ebuild new file mode 100644 index 000000000000..479b188121b7 --- /dev/null +++ b/games-fps/quake3-urbanterror/quake3-urbanterror-3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/quake3-urbanterror-3.ebuild,v 1.1 2003/09/09 18:10:14 vapier Exp $ + +MOD_DESC="total transformation realism based MOD" +MOD_NAME=q3ut3 +inherit games games-q3mod + +SRC_URI="urbanterror3.zip" +HOMEPAGE="http://www.urbanterror.net/" + +SLOT="3" +LICENSE="freedist" +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Please goto ${HOMEPAGE}" + einfo "and download ${A} into ${DISTDIR}" +} |