xgame-1.7.1.ebuild 426 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit games
  5. DESCRIPTION="Run games in a separate X session"
  6. HOMEPAGE="http://xgame.tlhiv.com/"
  7. SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ppc x86"
  11. IUSE=""
  12. DEPEND=
  13. RDEPEND="dev-lang/perl"
  14. src_install() {
  15. dogamesbin xgame
  16. dodoc README
  17. prepgamesdirs
  18. }