sci-geosciences/mkgmap-bin - 4923 (phackerlay)

Search

Install

Install this version:

emerge -a =sci-geosciences/mkgmap-bin-4923

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-geosciences/mkgmap-bin-4923

Or alternatively:

emerge --autounmask-write -a =sci-geosciences/mkgmap-bin-4923

Package Information

Description:
Tool to create garmin maps
Homepage:
http://www.mkgmap.org.uk
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
4923 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit java-pkg-2

DESCRIPTION="Tool to create garmin maps"
HOMEPAGE="http://www.mkgmap.org.uk"
MY_PN=${PN%-bin}
SRC_URI="http://www.mkgmap.org.uk/download/${MY_PN}-r${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPEND=""
RDEPEND=">=virtual/jre-1.8
	!sci-geosciences/mkgmap"

S="${WORKDIR}/${MY_PN}-r${PV}"

src_compile() {
	:
}

src_install() {
	java-pkg_dojar "${MY_PN}.jar"
	java-pkg_jarinto "/usr/share/${PN}/lib/lib"
	java-pkg_dojar lib/*.jar
	java-pkg_dolauncher "${MY_PN}" --jar "${MY_PN}.jar" || die "java-pkg_dolauncher failed"

	doman doc/mkgmap.1
}

Inherited Eclasses

Dependencies

RDEPEND

>=virtual/jre-1.8
	!sci-geosciences/mkgmap

Manifest for 4923

Type File Size Source URLs
DIST mkgmap-r4923.tar.gz 3526859 bytes http://www.mkgmap.org.uk/download/mkgmap-r4923.tar.gz