summaryrefslogtreecommitdiff
path: root/app-dicts/eblook
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/eblook
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/eblook')
-rw-r--r--app-dicts/eblook/Manifest3
-rw-r--r--app-dicts/eblook/eblook-1.6.1.ebuild28
-rw-r--r--app-dicts/eblook/metadata.xml5
3 files changed, 36 insertions, 0 deletions
diff --git a/app-dicts/eblook/Manifest b/app-dicts/eblook/Manifest
new file mode 100644
index 000000000000..2c7b55194373
--- /dev/null
+++ b/app-dicts/eblook/Manifest
@@ -0,0 +1,3 @@
+DIST eblook-1.6.1.tar.gz 440727 BLAKE2B 313dcc89fea9dbc8dac8c9fda618cf4e39d0cfef4f67ba7cf2ab29e3b1c8dc0559407c1f1c68c9994594b784acb445c6fe988456e14da324bd38c89de23f3ffe SHA512 36f4f383a53a0332a2dec0e40d2743c93d35c9f51a7de2d2706bbc18a4fde215d4e345feb175bebf428c1760cb32e73148fb9b336fcde8c0d8b924ee6ecfd6a4
+EBUILD eblook-1.6.1.ebuild 571 BLAKE2B 1607e198c2b9b097be393ccb02816d2296dc9e31811e365d955720a131dccdf7df88056aa226e65df8850434243d98027c5232a735af8153f9a4740d9da16f6e SHA512 03c60fb350104aea1a060f9e12e28406f14c97f0daccb5dc012b0ed43d5c3f7aaf663899216ba3a6539578c7884fc6f2c4ea1fa5b223d86a390c683ce358c23c
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
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..c99eec6320c0
--- /dev/null
+++ b/app-dicts/eblook/eblook-1.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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..6f49eba8f496
--- /dev/null
+++ b/app-dicts/eblook/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>