blob: 24afaff4a5d758853ae2779a5cc0d38448b928ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils
DESCRIPTION="Driver for the Meade Deep Sky Imager"
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"
S="${WORKDIR}/meade-dsi-${PV}"
|