aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/xds-viewer/xds-viewer-0.6.ebuild')
-rw-r--r--sci-visualization/xds-viewer/xds-viewer-0.6.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild b/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild
new file mode 100644
index 000000000..bf0063693
--- /dev/null
+++ b/sci-visualization/xds-viewer/xds-viewer-0.6.ebuild
@@ -0,0 +1,23 @@
+# 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"