summaryrefslogtreecommitdiff
path: root/sci-libs/linuxdsi/linuxdsi-0.1.1.ebuild
blob: 93c6bb6bafd9ad4de38b09234daba54182f9dcbc (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
# $Header: $

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}"