# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit games cmake-utils DESCRIPTION="Italian card game called briscola" HOMEPAGE="http://qbriscola.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${PN}-src_${PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-qt/qtsql:4[sqlite] dev-qt/qtgui:4" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} DOCS="README" src_install() { cmake-utils_src_install prepgamesdirs }