aboutsummaryrefslogtreecommitdiff
blob: 7812c0a9edd339aced2022d325b516a6344465b6 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="1"

inherit cmake-utils

DESCRIPTION="Viewing X-ray diffraction and control images in the context of data processing by the XDS"
HOMEPAGE="http://xds-viewer.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
RDEPEND="x11-libs/qt-gui
	dev-libs/glib:2
	media-libs/libpng"
DEPEND=">=dev-util/cmake-2.6"
PDEPEND="sci-chemistry/xds-bin"

DOCS="README"
HTML_DOCS="src/doc/*"