summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild')
-rw-r--r--app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild20
1 files changed, 8 insertions, 12 deletions
diff --git a/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild
index 9b80667c6808..559883f22681 100644
--- a/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild
+++ b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild
@@ -1,26 +1,22 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild,v 1.7 2004/02/22 18:22:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild,v 1.8 2004/03/06 05:16:59 vapier Exp $
MY_P=${PN/dictd-/}_${PV}
-S=${WORKDIR}
DESCRIPTION="Jargon lexicon"
+HOMEPAGE="http://www.dict.org/"
SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"
-HOMEPAGE="http://www.dict.org"
-
-DEPEND=">=app-text/dictd-1.5.5"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 sparc ppc amd64"
+DEPEND=">=app-text/dictd-1.5.5"
+
+S=${WORKDIR}
+
src_install () {
dodoc README
- dodir /usr/lib/dict
insinto /usr/lib/dict
- doins jargon.dict.dz
- doins jargon.index
+ doins jargon.dict.dz jargon.index || die
}
-
-# vim: ai et sw=4 ts=4