xgame-gtk2-2.0.2-r1.ebuild 410 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Run games in a separate X session"
  5. HOMEPAGE="http://xgame.tlhiv.com/"
  6. SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~x86"
  10. IUSE=""
  11. RDEPEND="dev-lang/perl
  12. >=dev-perl/Gtk2-1.040"
  13. src_install() {
  14. default
  15. dobin xgame-gtk2
  16. }