diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-02-27 23:44:23 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-02-27 23:44:23 +0100 |
commit | b840d0a743fe2d3ff1a9d92eb15bff1c0ed3caf3 (patch) | |
tree | 5df4527ee857a160af5504b7463c3bd7935882f8 /sci-libs/libqhy/libqhy-1.4.1.ebuild | |
parent | 4f68aed2e05d5b81472fa2a5d17c29dfa5e87ecf (diff) | |
download | brancik-overlay-b840d0a743fe2d3ff1a9d92eb15bff1c0ed3caf3.tar.gz brancik-overlay-b840d0a743fe2d3ff1a9d92eb15bff1c0ed3caf3.tar.bz2 |
Update LICENSE for various sci-libs/indilib drivers
Diffstat (limited to 'sci-libs/libqhy/libqhy-1.4.1.ebuild')
-rw-r--r-- | sci-libs/libqhy/libqhy-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libqhy/libqhy-1.4.1.ebuild b/sci-libs/libqhy/libqhy-1.4.1.ebuild index e758dd7..88bd1f8 100644 --- a/sci-libs/libqhy/libqhy-1.4.1.ebuild +++ b/sci-libs/libqhy/libqhy-1.4.1.ebuild @@ -10,7 +10,7 @@ MY_PN="indi" DESCRIPTION="SDK and firmware for the QHY CCD cameras" HOMEPAGE="http://indilib.org" -SRC_URI="https://github.com/${PN}lib/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}lib-${PV}.tar.gz" +SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}lib-${PV}.tar.gz" LICENSE="GPL-3 LGPL-2 qhyccd" KEYWORDS="~amd64 ~x86 ~arm" @@ -24,6 +24,6 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/libqhy-1.3.0_fix_cmake_symlinks.patch" ) -INDI_TARGET_DIRECTORY="${PN%%lib-driver-*}" +INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}" S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}" |