summaryrefslogtreecommitdiff
path: root/sci-libs/libahp-xc
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-07-29 14:09:01 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-07-29 14:09:01 +0200
commit28feb94acb428ed0ae30af9f4784871e14da6d89 (patch)
tree89c5d3dab51a0d68edaa70a16cb315e30edfe4b3 /sci-libs/libahp-xc
parentb3b4caa3c1cd773af64ae6a24b766335289a2cdf (diff)
downloadbrancik-overlay-28feb94acb428ed0ae30af9f4784871e14da6d89.tar.gz
brancik-overlay-28feb94acb428ed0ae30af9f4784871e14da6d89.tar.bz2
Further fixes for indilib drivers v1.9.1
Diffstat (limited to 'sci-libs/libahp-xc')
-rw-r--r--sci-libs/libahp-xc/libahp-xc-1.9.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-libs/libahp-xc/libahp-xc-1.9.1.ebuild b/sci-libs/libahp-xc/libahp-xc-1.9.1.ebuild
new file mode 100644
index 0000000..9743670
--- /dev/null
+++ b/sci-libs/libahp-xc/libahp-xc-1.9.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake eutils
+
+MY_PN="indi"
+
+DESCRIPTION="SDK and firmware for the SDK and firmware for the AHP Telescope Correlator"
+HOMEPAGE="http://indilib.org"
+SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}-3rdparty/archive/v${PV}.tar.gz -> ${MY_PN}lib-3rdparty-${PV}.tar.gz"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0/1"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}
+ sys-apps/fxload"
+
+INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
+
+S="${WORKDIR}/${MY_PN}-3rdparty-${PV}/${INDI_TARGET_DIRECTORY}"