aaut-1.ebuild 435 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2008 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit games
  5. DESCRIPTION="ascii mode unreal tournament"
  6. HOMEPAGE="http://icculus.org/~chunky/ut/aaut/"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="x86"
  10. IUSE=""
  11. RDEPEND="|| (
  12. games-fps/unreal-tournament
  13. games-fps/unreal-tournament-goty )
  14. media-libs/aalib"
  15. src_install() {
  16. dogamesbin "${FILESDIR}/aaut"
  17. prepgamesdirs
  18. }