summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2013-09-19 21:56:29 +0200
committerCtibor <ctibor.brancik@seznam.cz>2013-09-19 21:56:29 +0200
commitda1a7d4b8a1f27c9de827e5787339ccb1ea923ea (patch)
tree58d2a352fd64e59a0bbfc4a2e28179a897bddca4 /sci-astronomy
parent4f46c0904dd7589530423fd4d85d42866a6e381d (diff)
downloadbrancik-overlay-da1a7d4b8a1f27c9de827e5787339ccb1ea923ea.tar.gz
brancik-overlay-da1a7d4b8a1f27c9de827e5787339ccb1ea923ea.tar.bz2
Added sci-astronomy/qastrocam-g2 live ebuild.
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/qastrocam-g2/Manifest1
-rw-r--r--sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/sci-astronomy/qastrocam-g2/Manifest b/sci-astronomy/qastrocam-g2/Manifest
new file mode 100644
index 0000000..b20788d
--- /dev/null
+++ b/sci-astronomy/qastrocam-g2/Manifest
@@ -0,0 +1 @@
+EBUILD qastrocam-g2-9999.ebuild 576 SHA256 daf7cdb9cfc0814d984a988d49144767f5edfe76cafe045b5d1f41cbe012e71a SHA512 80e1095f96bb2d7be51e878680f996cd6dca1e0eb2a268c11dc967bcd5f3425c72c0268a5b9631031a72dd61fd9808cdfd68d8fc6d6e3d4e1c28769648a5bdec WHIRLPOOL a20a2523666d086b22542ddd19db30bad437e74010cb8629e0dfb23d0f39640075579754d1b3bd931310df1be0ac8a6daa0295851abf727532ae76210ee637cf
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