From 7dc8773d8ee73de2b3339c9bd23cd835c53ef861 Mon Sep 17 00:00:00 2001 From: Ctibor Date: Wed, 18 Feb 2015 19:54:03 +0100 Subject: Version bump for sci-libs/indilib and indilib-drivers-*. New inidlib-driver-ffmv added. --- sci-libs/libfli/libfli-1.0.0.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sci-libs/libfli/libfli-1.0.0.ebuild (limited to 'sci-libs/libfli/libfli-1.0.0.ebuild') diff --git a/sci-libs/libfli/libfli-1.0.0.ebuild b/sci-libs/libfli/libfli-1.0.0.ebuild new file mode 100644 index 0000000..577f703 --- /dev/null +++ b/sci-libs/libfli/libfli-1.0.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.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~arm" + +SLOT="0" + +DEPEND="virtual/libusb" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/libindi_3rdparty/${PN}" \ No newline at end of file -- cgit v1.2.3