blob: 6cb2b2e43c8c7da706ed5ff0150ace0284501f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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}"
|