diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2018-06-16 13:33:06 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2018-06-16 13:33:06 +0200 |
commit | 05d62cb4cb0bbd84e165d1bf7e3b0968096870a5 (patch) | |
tree | 6f5f48838ccb838e59c4689fd0a16c27ab95bb61 /sci-libs/libsbig/libsbig-1.7.0.ebuild | |
parent | 93e5c53e4e386e9401d3dd792cffc4d481466286 (diff) | |
download | brancik-overlay-05d62cb4cb0bbd84e165d1bf7e3b0968096870a5.tar.gz brancik-overlay-05d62cb4cb0bbd84e165d1bf7e3b0968096870a5.tar.bz2 |
Update indilib and all drivers to v1.7.0
Diffstat (limited to 'sci-libs/libsbig/libsbig-1.7.0.ebuild')
-rw-r--r-- | sci-libs/libsbig/libsbig-1.7.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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" ) |