diff options
Diffstat (limited to 'sci-libs/libapogee/libapogee-1.0.0.ebuild')
-rw-r--r-- | sci-libs/libapogee/libapogee-1.0.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-libs/libapogee/libapogee-1.0.0.ebuild b/sci-libs/libapogee/libapogee-1.0.0.ebuild new file mode 100644 index 0000000..d5b969f --- /dev/null +++ b/sci-libs/libapogee/libapogee-1.0.0.ebuild @@ -0,0 +1,23 @@ +# 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 Apogee ALTA device drivers" +HOMEPAGE="http://indilib.org" +SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty.tar.gz" + +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~x86 ~arm" + +SLOT="0" + +DEPEND="virtual/libusb + net-misc/curl" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/libindi_3rdparty/${PN}"
\ No newline at end of file |