summaryrefslogtreecommitdiff
path: root/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild
blob: af04b4f7e8c236da19d46093a14abeac6f01d5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit qt4-r2

DESCRIPTION="Lin-guider is an astronomical autoguiding program for Linux."
HOMEPAGE="http://sourceforge.net/projects/linguider/"
SRC_URI="http://downloads.sourceforge.net/project/linguider/${PV}/${P}.tar.bz2"

LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"

IUSE="+qhy"

SLOT="0"

DEPEND="dev-qt/qtcore:4
	dev-qt/qtgui:4
	virtual/libusb:1"

RDEPEND="${DEPEND}
	sys-apps/fxload
	dev-embedded/libftdi
	qhy? ( sci-libs/libqhy )"

S="${WORKDIR}/lin_guider_pack/lin_guider"

src_install() {
	dobin lin_guider || die
	dodoc readme.en readme.ru ChangeLog || die
}