diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 23:07:16 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 23:07:16 +0000 |
commit | 1d37ec8911a776e6c62224c84282221552c618f7 (patch) | |
tree | 67424f7de31e05461f5419d12db8386c783e0257 /games-fps/quake3-rally/quake3-rally-1.33.ebuild | |
parent | EAPI=2; fix typo (diff) | |
download | gentoo-2-1d37ec8911a776e6c62224c84282221552c618f7.tar.gz gentoo-2-1d37ec8911a776e6c62224c84282221552c618f7.tar.bz2 gentoo-2-1d37ec8911a776e6c62224c84282221552c618f7.zip |
Version bump
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-rally/quake3-rally-1.33.ebuild')
-rw-r--r-- | games-fps/quake3-rally/quake3-rally-1.33.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games-fps/quake3-rally/quake3-rally-1.33.ebuild b/games-fps/quake3-rally/quake3-rally-1.33.ebuild new file mode 100644 index 000000000000..9f74205b15ab --- /dev/null +++ b/games-fps/quake3-rally/quake3-rally-1.33.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/quake3-rally-1.33.ebuild,v 1.1 2009/10/06 23:07:16 nyhm Exp $ + +EAPI=2 + +MOD_DESC="total conversion car racing mod" +MOD_NAME="Rally" +MOD_DIR="q3rally" + +inherit games games-mods + +HOMEPAGE="http://www.q3rally.com/" +SRC_URI="http://www.q3rally.com/downloads/q3rally_v132.rar + http://www.q3rally.com/downloads/qvms.pk3 -> ${PN}-qvms.pk3" + +LICENSE="as-is" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="dedicated opengl" + +DEPEND="app-arch/unrar" + +src_unpack() { + mkdir ${MOD_DIR} + cd ${MOD_DIR} + unpack ${A} +} + +src_prepare() { + cp -f "${DISTDIR}"/${PN}-qvms.pk3 ${MOD_DIR}/qvms.pk3 || die +} |