blob: 953771549cb3810c4e9404ce7e16dbb9739b81f0 (
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
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild,v 1.4 2012/08/07 04:01:01 bicatali Exp $
EAPI=4
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"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
dev-libs/glib:2
media-libs/libpng
x11-libs/qt-gui:4"
DEPEND="${RDEPEND}"
DOCS="README"
HTML_DOCS="src/doc/*"
|