diff options
Diffstat (limited to 'sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild')
-rw-r--r-- | sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild new file mode 100644 index 0000000..5377ed5 --- /dev/null +++ b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit subversion qt4-r2 cmake-utils eutils + +DESCRIPTION="Astrophoto imaging and guiding software" +HOMEPAGE="http://sourceforge.net/projects/qastrocam-g2" +ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}/svn/trunk" + +SLOT="0" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +DEPEND="virtual/libusb\ + sci-libs/cfitsio + virtual/jpeg + virtual/ffmpeg + media-libs/libsdl" + +RDEPEND="${DEPEND}" + +src_unpack() { + subversion_src_unpack +}
\ No newline at end of file |