diff options
Diffstat (limited to 'sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild')
-rw-r--r-- | sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild new file mode 100644 index 0000000..d804db4 --- /dev/null +++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit subversion wxwidgets cmake-utils eutils + +DESCRIPTION="Astrophoto guiding software" +HOMEPAGE="http://code.google.com/p/open-phd-guiding/" +ESVN_REPO_URI="http://${PN}.googlecode.com/svn/branches/openphd1" +ESVN_PROJECT="${PN}/branches/openphd1" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +SLOT="1" + +DEPEND="x11-libs/wxGTK:2.8[X] \ + sys-libs/zlib \ + sci-libs/cfitsio" + +RDEPEND="${DEPEND}" + +src_unpack() { + subversion_src_unpack +} |