# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils autotools DESCRIPTION="Library for accessing Meade Deep Sky Imager device" HOMEPAGE="http://sourceforge.net/projects/linuxdsi/" SRC_URI="mirror://sourceforge/${PN}/meade-dsi-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64 ~arm" SLOT="0" DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/meade-dsi-${PV}"