From 39712cbc4149cae55f4aea380372fd5bb31b807e Mon Sep 17 00:00:00 2001 From: Ctibor Date: Tue, 24 Nov 2015 19:25:49 +0100 Subject: Bump sci-libs/indilib and sci-libs/indilib-drivers-*. --- sci-libs/libfli/libfli-1.1.0.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sci-libs/libfli/libfli-1.1.0.ebuild (limited to 'sci-libs/libfli/libfli-1.1.0.ebuild') diff --git a/sci-libs/libfli/libfli-1.1.0.ebuild b/sci-libs/libfli/libfli-1.1.0.ebuild new file mode 100644 index 0000000..07021f1 --- /dev/null +++ b/sci-libs/libfli/libfli-1.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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