summaryrefslogtreecommitdiff
path: root/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild')
-rw-r--r--sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
new file mode 100644
index 0000000..a13bb23
--- /dev/null
+++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit subversion wxwidgets eutils
+
+DESCRIPTION="Astrophoto guiding software"
+HOMEPAGE="http://code.google.com/p/open-phd-guiding/"
+ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk"
+ESVN_PROJECT="${PN}/trunk"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+SLOT="2"
+
+DEPEND="x11-libs/wxGTK:3.0[X] \
+ virtual/libusb:1 \
+ sci-libs/cfitsio \
+ media-libs/opencv"
+
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ subversion_src_unpack
+}