summaryrefslogtreecommitdiff
blob: 84cbc3805a4d21cabdd334dc853268e390578480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

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="~x86"
IUSE=""

DEPEND="x11-libs/qt-sql:4[sqlite]
	x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}

DOCS="README"

src_install() {
	cmake-utils_src_install
	prepgamesdirs
}