From 05d62cb4cb0bbd84e165d1bf7e3b0968096870a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Sat, 16 Jun 2018 13:33:06 +0200 Subject: Update indilib and all drivers to v1.7.0 --- sci-libs/libsbig/libsbig-1.7.0.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sci-libs/libsbig/libsbig-1.7.0.ebuild (limited to 'sci-libs/libsbig/libsbig-1.7.0.ebuild') diff --git a/sci-libs/libsbig/libsbig-1.7.0.ebuild b/sci-libs/libsbig/libsbig-1.7.0.ebuild new file mode 100644 index 0000000..a85cc4e --- /dev/null +++ b/sci-libs/libsbig/libsbig-1.7.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit cmake-utils + +MY_PN="indi" + +DESCRIPTION="Driver for the Santa Barbara Instruments Group line of CCDs & Filter Wheels" +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="sbig" +KEYWORDS="~arm ~amd64 ~x86" + +SLOT="0" + +INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}" + +S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}" + +#PATCHES=( "${FILESDIR}/libsbig-1.6.2_fix_cmake_symlinks.patch" ) -- cgit v1.2.3