diff options
Diffstat (limited to 'sci-libs/asi-common')
-rw-r--r-- | sci-libs/asi-common/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/asi-common/asi-common-1.6.2.ebuild | 21 | ||||
-rw-r--r-- | sci-libs/asi-common/asi-common-9999.ebuild | 20 | ||||
-rw-r--r-- | sci-libs/asi-common/metadata.xml | 16 |
4 files changed, 58 insertions, 0 deletions
diff --git a/sci-libs/asi-common/Manifest b/sci-libs/asi-common/Manifest new file mode 100644 index 0000000..f415cdc --- /dev/null +++ b/sci-libs/asi-common/Manifest @@ -0,0 +1 @@ +DIST indilib-1.6.2.tar.gz 22059285 SHA256 9c2e79341f98c24be6cd262720558d43865e29db2369b73f56fa3edfa911cd2d SHA512 aa0e77a2bb0f595b7a82dad120259e75dd70184bd982f14e303997f3527ac50181e70dd86bd39466af95e068201fff6f2e8f818762529856cb442cca2d23f870 WHIRLPOOL bd6560a0c8640faf1348927a3889387af40d4acf04358af539708b54597b22468f6d6e9edc3b6e25abddca2cdc500baeeac9421ff1e61eb0fc3d3eaac5610bd3 diff --git a/sci-libs/asi-common/asi-common-1.6.2.ebuild b/sci-libs/asi-common/asi-common-1.6.2.ebuild new file mode 100644 index 0000000..8431d0f --- /dev/null +++ b/sci-libs/asi-common/asi-common-1.6.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MY_PN="indi" + +inherit cmake-utils eutils + +DESCRIPTION="Udev rules for ZWO Optics ASI cameras." +HOMEPAGE="http://indilib.org" +SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}lib-${PV}.tar.gz" + +LICENSE="zwo-asi" +KEYWORDS="~amd64 ~x86" + +SLOT="0" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${PN}" diff --git a/sci-libs/asi-common/asi-common-9999.ebuild b/sci-libs/asi-common/asi-common-9999.ebuild new file mode 100644 index 0000000..f0322ef --- /dev/null +++ b/sci-libs/asi-common/asi-common-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit cmake-utils git-r3 eutils + +DESCRIPTION="Udev rules for ZWO Optics ASI cameras." +HOMEPAGE="http://indilib.org" +EGIT_REPO_URI="https://github.com/indilib/indi.git" +EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" + +LICENSE="zwo-asi" +KEYWORDS="" + +SLOT="0" + +RDEPEND="${DEPEND}" + +S="${EGIT_CHECKOUT_DIR}/3rdparty/${PN}" diff --git a/sci-libs/asi-common/metadata.xml b/sci-libs/asi-common/metadata.xml new file mode 100644 index 0000000..82e0dff --- /dev/null +++ b/sci-libs/asi-common/metadata.xml @@ -0,0 +1,16 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ctibor@brancik.cz</email> + <name>Ctibor Brančík</name> + </maintainer> + <longdescription> + This package provides udev rules for ZWO Optics ASI cameras. + </longdescription> + <upstream> + <doc lang="en">http://indilib.org/devices</doc> + <bugs-to>https://github.com/indilib/indi/issues</bugs-to> + <remote-id type="github">indilib</remote-id> + </upstream> +</pkgmetadata> |