sci-geosciences/splitter-bin - 653 (phackerlay)

Search

Install

Install this version:

emerge -a =sci-geosciences/splitter-bin-653

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

autounmask =sci-geosciences/splitter-bin-653

Or alternatively:

emerge --autounmask-write -a =sci-geosciences/splitter-bin-653

Package Information

Description:
Tile splitter for mkgmap
Homepage:
http://www.mkgmap.org.uk/page/tile-splitter
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
653 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="Tile splitter for mkgmap"
HOMEPAGE="http://www.mkgmap.org.uk/page/tile-splitter"
MY_PN=${PN%-bin}
SRC_URI="http://www.mkgmap.org.uk/download/splitter-r${PV}.tar.gz"

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

IUSE=""
DEPEND=""
RDEPEND=">=virtual/jre-1.8"

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"

	dodoc doc/intro.txt
}

Inherited Eclasses

Dependencies

RDEPEND

>=virtual/jre-1.8

Manifest for 653

Type File Size Source URLs
DIST splitter-r653.tar.gz 1577671 bytes http://www.mkgmap.org.uk/download/splitter-r653.tar.gz