summaryrefslogtreecommitdiff
path: root/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild
blob: 49273dc431f4e94aff129fd9d9b4aa42317142d5 (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
27
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit subversion cmake-utils wxwidgets

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=""

SLOT="1"

DEPEND="x11-libs/wxGTK:2.8[X]
	sys-libs/zlib
	sci-libs/cfitsio"

RDEPEND="${DEPEND}"

src_unpack() {
	subversion_src_unpack
}