blob: 1ea6eacb4aa0995db8f24973d2b7c977dc45b762 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qlandkartegt/qlandkartegt-0.11.0.ebuild,v 1.1 2009/03/10 17:33:11 hanno Exp $
EAPI=1
inherit cmake-utils
DESCRIPTION="View and upload map files, track and waypoint data to your Garmin GPS."
HOMEPAGE="http://www.qlandkarte.org/"
SRC_URI="mirror://sourceforge/${PN}/QLandkarteGT.${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) =x11-libs/qt-4.3* )
sci-libs/proj
sci-libs/gdal"
RDEPEND="${DEPEND}"
S="${WORKDIR}/QLandkarteGT.2009.03.09"
|