quake3-ra3-1.76-r1.ebuild 453 B

12345678910111213141516171819
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. MOD_DESC="a rocket dueling mod"
  5. MOD_NAME="Rocket Arena 3"
  6. MOD_DIR="arena"
  7. inherit games games-mods
  8. HOMEPAGE="http://www.moddb.com/mods/rocket-arena-3"
  9. SRC_URI="mirror://quakeunity/modifications/rocketarena3/ra3${PV/.}.zip"
  10. LICENSE="freedist"
  11. KEYWORDS="amd64 ~ppc x86"
  12. IUSE="dedicated opengl"
  13. QA_PREBUILT="${INS_DIR:1}/${MOD_DIR}/*so"