Skip to content

Commit

Permalink
app-dicts/dictd-wn: install files into /usr/share
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/790383
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <[email protected]>
Closes: gentoo#21249
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
Alessandro-Barbieri authored and juippis committed Jun 16, 2021
1 parent fff6502 commit 1956c73
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app-dicts/dictd-wn/dictd-wn-3.0_p33-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit unpacker

DESCRIPTION="WordNet for dict"
HOMEPAGE="https://wordnet.princeton.edu"
SRC_URI="mirror://debian/pool/main/w/wordnet/dict-wn_${PV/_p/-}_all.deb"
S="${WORKDIR}"
LICENSE="Princeton"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=app-text/dictd-1.5.5"

src_unpack() {
unpack_deb ${A}
}

src_install() {
insinto /usr/share/dict
doins usr/share/dictd/{wn.dict.dz,wn.index}
}

0 comments on commit 1956c73

Please sign in to comment.