summaryrefslogtreecommitdiff
path: root/sci-libs/indi-external-drivers/indi-external-drivers-9999.ebuild
blob: 90aea1d19dafb9bfb02d90187be0558fbd018c31 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"

inherit subversion cmake-utils
DESCRIPTION="INDI Astronomical Control Protocol library - 3rd party drivers"
HOMEPAGE="http://indi.sourceforge.net/index.php/Main_Page"

ESVN_REPO_URI="https://indi.svn.sourceforge.net/svnroot/indi/trunk/3rdparty"
ESVN_PROJECT="indilib-3rdparty"

S="${WORKDIR}/${PN}-${PV}_build"

SLOT="0"

RDEPEND="sci-libs/indilib"

src_unpack () {
	subversion_src_unpack
}

src_compile () {
	for DRIVER in [ -d ${S}/* ]; do
		cd ${S}/${DRIVER}
		emake || die "Nefunguje to!"
	done
}