ut2004-cor-1.01-r1.ebuild 557 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. MOD_DESC="Shape-shifting robot teamplay mod"
  5. MOD_NAME="Counter Organic Revolution"
  6. MOD_DIR="COR"
  7. inherit games games-mods
  8. HOMEPAGE="http://www.moddb.com/mods/counter-organic-revolution"
  9. SRC_URI="https://ut.rushbase.net/beyondunreal/mods/cor_beta_v1.0.zip
  10. https://ut.rushbase.net/beyondunreal/mods/cor_patch_b1_to_b101.zip"
  11. LICENSE="freedist"
  12. KEYWORDS="amd64 x86"
  13. IUSE="dedicated opengl"
  14. src_prepare() {
  15. rm -f ${MOD_DIR}/*.bat || die
  16. }