app-text/ding - 1.9 (gentoo)

Search

Package Information

Description:
Tk based dictionary (German-English) (incl. dictionary itself)
Homepage:
https://www-user.tu-chemnitz.de/~fri/ding/
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit desktop xdg

DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/"
SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"

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

RDEPEND=">=dev-lang/tk-8.3"

src_install() {
	dobin ding
	insinto /usr/share/dict
	doins de-en.txt
	doman ding.1
	dodoc CHANGES README.md

	doicon ding.png
	domenu ding.desktop
}

Dependencies

RDEPEND

>=dev-lang/tk-8.3

Manifest for 1.9

Type File Size Source URLs
DIST ding-1.9.tar.gz 7864078 bytes http://wftp.tu-chemnitz.de/pub/Local/urz/ding/ding-1.9.tar.gz