From 402051649f8c68e44353c4e32fa85dd37e2cff96 Mon Sep 17 00:00:00 2001 From: Ctibor Date: Thu, 4 Feb 2016 21:55:11 +0100 Subject: Bumped sci-libs/indilib and indilib-drivers to v1.2.0 --- sci-libs/libfli/libfli-1.2.0.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sci-libs/libfli/libfli-1.2.0.ebuild (limited to 'sci-libs/libfli/libfli-1.2.0.ebuild') diff --git a/sci-libs/libfli/libfli-1.2.0.ebuild b/sci-libs/libfli/libfli-1.2.0.ebuild new file mode 100644 index 0000000..c8814bc --- /dev/null +++ b/sci-libs/libfli/libfli-1.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils eutils + +DESCRIPTION="Driver for the Finger Lakes Instruments CCD and Focuser" +HOMEPAGE="http://indilib.org" +SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty_${PV}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~arm" + +SLOT="0" + +DEPEND="virtual/libusb:1" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/libindi_3rdparty_${PV}/${PN}" \ No newline at end of file -- cgit v1.2.3