diff options
author | 2004-08-28 13:30:18 +0000 | |
---|---|---|
committer | 2004-08-28 13:30:18 +0000 | |
commit | 3e3d80e8b53161c0034d86a8e5185ff72747606a (patch) | |
tree | 292f6bb17aefff5dd8b05df232cf58a94cd78a66 /app-dicts/eblook/eblook-1.6.1.ebuild | |
parent | Version bumped. (diff) | |
download | historical-3e3d80e8b53161c0034d86a8e5185ff72747606a.tar.gz historical-3e3d80e8b53161c0034d86a8e5185ff72747606a.tar.bz2 historical-3e3d80e8b53161c0034d86a8e5185ff72747606a.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.ebuild | 30 |
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 +} |