diff options
Diffstat (limited to 'games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild')
-rw-r--r-- | games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild b/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild new file mode 100644 index 000000000000..dcb3e69e7565 --- /dev/null +++ b/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +MOD_DESC="adds unique new secondary attacks to weapons" +MOD_NAME="Alternate Fire" +MOD_DIR="alternatefire" + +inherit games games-mods + +HOMEPAGE="http://www.planetquake.com/alternatefire/" +SRC_URI="mirror://quakeunity/modifications/alternatefire/alternatefire-${PV}.zip" + +LICENSE="freedist" + +KEYWORDS="amd64 ~ppc x86" +IUSE="dedicated opengl" |