diff options
Diffstat (limited to 'app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild')
-rw-r--r-- | app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild b/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild new file mode 100644 index 000000000000..cc4a71676c29 --- /dev/null +++ b/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit unpacker + +DESCRIPTION="WordNet for dict" +HOMEPAGE="http://wordnet.princeton.edu/" +SRC_URI="mirror://debian/pool/main/w/wordnet/dict-wn_${PV/_p/-}_all.deb" + +LICENSE="Princeton" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=app-text/dictd-1.5.5" + +S=${WORKDIR} + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + insinto /usr/lib/dict + doins usr/share/dictd/{wn.dict.dz,wn.index} +} |