summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/eblook/eblook-1.5.1.ebuild')
-rw-r--r--app-dicts/eblook/eblook-1.5.1.ebuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild
index cf3607bda198..123e950e8c76 100644
--- a/app-dicts/eblook/eblook-1.5.1.ebuild
+++ b/app-dicts/eblook/eblook-1.5.1.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.2 2004/01/03 16:33:29 usata Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.3 2004/03/06 05:47:19 vapier Exp $
DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries"
HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/"
@@ -12,28 +10,24 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+RDEPEND=">=dev-libs/eb-3.3.4"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.53"
-RDEPEND=">=dev-libs/eb-3.3.4"
src_unpack() {
-
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-eb4-gentoo.diff
}
src_compile() {
-
autoreconf || die
econf --with-eb-conf=/etc/eb.conf || die
emake || die
}
-src_install () {
-
+src_install() {
einstall || die
-
dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}