xsfcave-0.5.ebuild 426 B

1234567891011121314151617181920212223
  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="A X11 sfcave clone"
  6. HOMEPAGE="http://xsfcave.idios.org"
  7. SRC_URI="mirror://sourceforge/scrap/${P}.tar.gz"
  8. LICENSE="public-domain"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86 ~x86-fbsd"
  11. IUSE=""
  12. DEPEND="x11-libs/libXext
  13. x11-libs/libSM"
  14. RDEPEND="${DEPEND}"
  15. src_install() {
  16. default
  17. prepgamesdirs
  18. }