summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/eblook')
-rw-r--r--app-dicts/eblook/Manifest1
-rw-r--r--app-dicts/eblook/eblook-1.6.1.ebuild29
-rw-r--r--app-dicts/eblook/metadata.xml7
3 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/eblook/Manifest b/app-dicts/eblook/Manifest
new file mode 100644
index 000000000000..121ab4a2ad17
--- /dev/null
+++ b/app-dicts/eblook/Manifest
@@ -0,0 +1 @@
+DIST eblook-1.6.1.tar.gz 440727 SHA256 21ea6ffb995312735f30e45c2e6cfb2e1654286dbd1dd2190457607df28d0c68 SHA512 36f4f383a53a0332a2dec0e40d2743c93d35c9f51a7de2d2706bbc18a4fde215d4e345feb175bebf428c1760cb32e73148fb9b336fcde8c0d8b924ee6ecfd6a4 WHIRLPOOL 27a1c35d70650a09562f58eb898998c8a58414a900174c0cc3b6a8550388809e14290168da570bd10fc2624ccf074603137c5220faa387fde02d5ed3af32cb4b
diff --git a/app-dicts/eblook/eblook-1.6.1.ebuild b/app-dicts/eblook/eblook-1.6.1.ebuild
new file mode 100644
index 000000000000..47109021211a
--- /dev/null
+++ b/app-dicts/eblook/eblook-1.6.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="Interactive search utility for electronic dictionaries"
+HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/"
+SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P/_/}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ppc x86"
+IUSE=""
+
+DEPEND=">=dev-libs/eb-3.3.4"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P%_*}"
+
+src_prepare() {
+ sed \
+ -e 's:LDFAGS:LDFLAGS:g' \
+ -i configure || die
+}
+
+src_configure() {
+ econf --with-eb-conf=/etc/eb.conf
+}
diff --git a/app-dicts/eblook/metadata.xml b/app-dicts/eblook/metadata.xml
new file mode 100644
index 000000000000..91f4e72fb544
--- /dev/null
+++ b/app-dicts/eblook/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>