summaryrefslogtreecommitdiff
path: root/sci-libs/indilib-driver-dsi/indilib-driver-dsi-1.4.1.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-02-27 19:10:24 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-02-27 19:10:24 +0100
commit4f68aed2e05d5b81472fa2a5d17c29dfa5e87ecf (patch)
tree95af4fba7a7e3f9e214b2978287274ff93ebc3e4 /sci-libs/indilib-driver-dsi/indilib-driver-dsi-1.4.1.ebuild
parent153095b71db9c83945c3303414381ed40ea73042 (diff)
downloadbrancik-overlay-4f68aed2e05d5b81472fa2a5d17c29dfa5e87ecf.tar.gz
brancik-overlay-4f68aed2e05d5b81472fa2a5d17c29dfa5e87ecf.tar.bz2
Bump sci-libs/indilib and drivers to the new version.
Diffstat (limited to 'sci-libs/indilib-driver-dsi/indilib-driver-dsi-1.4.1.ebuild')
-rw-r--r--sci-libs/indilib-driver-dsi/indilib-driver-dsi-1.4.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-libs/indilib-driver-dsi/indilib-driver-dsi-1.4.1.ebuild b/sci-libs/indilib-driver-dsi/indilib-driver-dsi-1.4.1.ebuild
new file mode 100644
index 0000000..c251669
--- /dev/null
+++ b/sci-libs/indilib-driver-dsi/indilib-driver-dsi-1.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="${PN%%lib-driver-*}"
+
+inherit cmake-utils eutils
+
+DESCRIPTION="INDI driver for the Meade Deep Sky Imager"
+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="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0"
+
+DEPEND="<sci-libs/indilib-9999"
+
+RDEPEND="${DEPEND}"
+
+INDI_TARGET_DIRECTORY="${PN%%lib-driver-*}${PN##*-driver}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"