From fabc8e70f4ef57dadee8ae56a615133ffa215ad1 Mon Sep 17 00:00:00 2001 From: Ctibor Date: Sun, 4 Jan 2015 16:49:06 +0100 Subject: Added sci-libs/libfli --- sci-libs/libfli/libfli-0.9.9.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sci-libs/libfli/libfli-0.9.9.ebuild (limited to 'sci-libs/libfli/libfli-0.9.9.ebuild') diff --git a/sci-libs/libfli/libfli-0.9.9.ebuild b/sci-libs/libfli/libfli-0.9.9.ebuild new file mode 100644 index 0000000..cb61089 --- /dev/null +++ b/sci-libs/libfli/libfli-0.9.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils eutils + +DESCRIPTION="Library for accessing Finger Lakes Instruments CCD and Focuser" +HOMEPAGE="http://indilib.org" +SRC_URI="mirror://sourceforge/libindi/libindi_3rdparty_${PV}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~arm" + +SLOT="0" + +DEPEND=" + virtual/libusb + " + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/libindi_3rdparty_${PV}/${PN}" \ No newline at end of file -- cgit v1.2.3