a6c1d7aa82ae5aa5477c17f6c0f55e7649c0cf0f
[gentoo.git] / app-dicts / dictd-misc / dictd-misc-1.5b-r1.ebuild
1 # Copyright 1999-2005 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 MY_P=${P/dictd/dict}-pre
5 DESCRIPTION="Easton's 1897 Bible Dictionary for dict"
6 HOMEPAGE="http://www.dict.org/"
7 SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 IUSE=""
12 KEYWORDS="x86 ppc sparc amd64 ppc64"
13
14 DEPEND=">=app-text/dictd-1.5.5"
15
16 S=${WORKDIR}
17
18 src_install() {
19         insinto /usr/lib/dict
20         doins easton.dict.dz easton.index \
21                 hitchcock.dict.dz hitchcock.index \
22                 world95.dict.dz world95.index \
23                 || die
24 }