diff options
Diffstat (limited to 'sci-astronomy/ccd')
-rw-r--r-- | sci-astronomy/ccd/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/ccd/ccd-1.2.7.ebuild | 30 |
2 files changed, 32 insertions, 0 deletions
diff --git a/sci-astronomy/ccd/Manifest b/sci-astronomy/ccd/Manifest new file mode 100644 index 0000000..8b0b360 --- /dev/null +++ b/sci-astronomy/ccd/Manifest @@ -0,0 +1,2 @@ +DIST ccd-1.2.7.tar.bz2 90955 SHA256 ebceb3150887706faee00df0c5eed130a71a1abcd0a493757c2b8fe6927a68e2 SHA512 3b98e06377be962e7da28b852f88bb6bb33bdd45f144dcb8ec6e766d850745dc31bfb5728cc490470a92cd902882b1f9e2772344694f7815e6794a903fa3fe5b WHIRLPOOL ce8c06c6266d11775279218cd5ceba7ff689f5bf6e544ff87296a37d5fbb6b90ab8e57c0853070962911f067b9608f85349a97cc5e2aba52ca49166c1f505327 +EBUILD cccd-1.2.7.ebuild 698 SHA256 02320312a1aa38e762a4884168cd70adadf158d4bdd59c552941c13530fbbf45 SHA512 310eec18ed8eb478e5eb9e53c843e62377712dbae4fecb613e7758a4a759a75e38975b3451daf3f3c3f1c577dbacf0d96c3778e075a7820587bb2d7c4bad8614 WHIRLPOOL 7615758ea87996066c5776f9ee41184e1c109f0359599973e71249c1f58e24fb27852bbf1acf118189eea4bd3ee6d2161df621db2294ea3ba16d3c7da3e6b5a6 diff --git a/sci-astronomy/ccd/ccd-1.2.7.ebuild b/sci-astronomy/ccd/ccd-1.2.7.ebuild new file mode 100644 index 0000000..3e29d46 --- /dev/null +++ b/sci-astronomy/ccd/ccd-1.2.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.6 2011/10/30 15:47:38 ssuominen Exp $ + +EAPI=3 + +inherit qt4 + +DESCRIPTION="Simple astronomical CCD controller" +HOMEPAGE="http://sourceforge.net/projects/cccd/" +SRC_URI="http://downloads.sourceforge.net/project/cccd/${PN}/${PV}/${PN}-${PV}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/libusb:1 + sys-apps/fxload + media-libs/libgphoto2 + >=media-libs/libraw-0.9.1 + media-libs/tiff + media-libs/lcms + >=x11-libs/qt-core-4.6 + >=x11-libs/qt-gui-4.6 +" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN}" + |