summaryrefslogtreecommitdiff
path: root/sci-astronomy/lin_guider/lin_guider-0.27.ebuild
blob: bbbf9238b01a77dd4dcea97e21ec30e40bd25f4a (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
35
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

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/lin_guider-27.0_sfx.tar.bz2"

LICENSE=""
KEYWORDS="~amd64 ~x86"

SLOT="0"

DEPEND=">=x11-libs/qt-core-4.5.0 \
	>=x11-libs/qt-gui-4.5.0 \
	>=dev-libs/libusb-1.0.0"

RDEPEND="${DEPEND} \
	sys-apps/fxload"

S="${WORKDIR}/lin_guider_pack/lin_guider"
PATCHES="${FILESDIR}/fix-qmake.patch"



src_unpack() {
	unpack ${A}
        ./lin_guider.bin -x
}