You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild

26 lines
594 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="GPS mapping utility"
HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home"
SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-qt/qtwebkit:5
dev-qt/qtscript:5
dev-qt/qtprintsupport:5
dev-qt/qtdbus:5
dev-qt/qttest:5
dev-qt/qtnetwork:5[ssl]
>=sci-geosciences/routino-3.1.1
sci-libs/gdal
sci-libs/proj"
DEPEND="${RDEPEND}
dev-qt/linguist-tools:5"