summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-08-28 13:30:18 +0000
committerMamoru Komachi <usata@gentoo.org>2004-08-28 13:30:18 +0000
commit13554a58642142000bb825965417baa3970d83eb (patch)
treeec30a635766af03c83d7a95cd11d8987a9718531 /app-dicts/eblook/eblook-1.6.1.ebuild
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-13554a58642142000bb825965417baa3970d83eb.tar.gz
gentoo-2-13554a58642142000bb825965417baa3970d83eb.tar.bz2
gentoo-2-13554a58642142000bb825965417baa3970d83eb.zip
Version bumped. Marked 1.6 stable on ppc.
Diffstat (limited to 'app-dicts/eblook/eblook-1.6.1.ebuild')
-rw-r--r--app-dicts/eblook/eblook-1.6.1.ebuild30
1 files changed, 30 insertions, 0 deletions
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..f802de9bf5d2
--- /dev/null
+++ b/app-dicts/eblook/eblook-1.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.1 2004/08/28 13:30:18 usata Exp $
+
+IUSE=""
+
+DESCRIPTION="EBlook is an 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="~x86 ~ppc"
+
+RDEPEND=">=dev-libs/eb-3.3.4"
+DEPEND="${RDEPEND}
+ >=sys-devel/autoconf-2.53"
+
+S="${WORKDIR}/${P%_*}"
+
+src_compile() {
+ econf --with-eb-conf=/etc/eb.conf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+
+ dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
+}