mt_dolphin_ia-0.1.98.ebuild 607 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit games eutils
  5. DESCRIPTION="client for the french tarot game maitretarot"
  6. HOMEPAGE="http://www.nongnu.org/maitretarot/"
  7. SRC_URI="https://savannah.nongnu.org/download/maitretarot/${PN}.pkg/${PV}/${P}.tar.bz2"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. DEPEND="dev-libs/glib:2
  13. dev-libs/libxml2
  14. dev-games/libmaitretarot
  15. dev-games/libmt_client"
  16. RDEPEND=${DEPEND}
  17. src_prepare() {
  18. epatch "${FILESDIR}"/${P}-formatsecurity.patch
  19. }
  20. src_install() {
  21. default
  22. prepgamesdirs
  23. }