mt_dolphin_ia-0.1.98-r1.ebuild 532 B

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