From 5943f851f7eb00dbec9c5b115ada5b24fe07dcfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Thu, 3 Nov 2016 20:14:51 +0100 Subject: Bump sci-libs/indilib and its drivers to version 1.3.0 --- sci-libs/libapogee/libapogee-1.3.0.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sci-libs/libapogee/libapogee-1.3.0.ebuild (limited to 'sci-libs/libapogee/libapogee-1.3.0.ebuild') diff --git a/sci-libs/libapogee/libapogee-1.3.0.ebuild b/sci-libs/libapogee/libapogee-1.3.0.ebuild new file mode 100644 index 0000000..81493a2 --- /dev/null +++ b/sci-libs/libapogee/libapogee-1.3.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils eutils + +MY_PN="indi" +MY_PV="${PV/.0/}" + +DESCRIPTION="Driver for the Apogee ALTA device drivers" +HOMEPAGE="http://indilib.org" +SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}-${MY_PV}.zip" + +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~x86 ~arm" + +SLOT="0" + +DEPEND="virtual/libusb:1 + net-misc/curl" + +RDEPEND="${DEPEND}" + +INDI_TARGET_DIRECTORY="${PN%%lib-driver-*}" + +S="${WORKDIR}/${MY_PN}-${MY_PV}/3rdparty/${INDI_TARGET_DIRECTORY}" -- cgit v1.2.3