# Copyright 1999-2011 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/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 }