summaryrefslogtreecommitdiff
path: root/sci-libs/linuxdsi/linuxdsi-0.1.1.ebuild
blob: caaf1e6bb604c9a5dc2f1b4da2125d490f194fd5 (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="~amd64 ~x86 ~arm"

SLOT="0"

DEPEND=""

RDEPEND="${DEPEND}"

S="${WORKDIR}/meade-dsi-${PV}"