diff options
Diffstat (limited to 'sci-libs/libfli/libfli-0.9.9.ebuild')
-rw-r--r-- | sci-libs/libfli/libfli-0.9.9.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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 |