diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-10-27 12:59:15 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-10-27 12:59:15 +0000 |
commit | 6dd32a1a8fa1d3c1fca1da70b44414cc21bc7066 (patch) | |
tree | 27507242e4ed1301bcbe3bf334ee8add463e2c00 /app-dicts/eblook | |
parent | New ebuild (diff) | |
download | historical-6dd32a1a8fa1d3c1fca1da70b44414cc21bc7066.tar.gz historical-6dd32a1a8fa1d3c1fca1da70b44414cc21bc7066.tar.bz2 historical-6dd32a1a8fa1d3c1fca1da70b44414cc21bc7066.zip |
New ebuild
Diffstat (limited to 'app-dicts/eblook')
-rw-r--r-- | app-dicts/eblook/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 30 | ||||
-rw-r--r-- | app-dicts/eblook/files/digest-eblook-1.5.1 | 1 | ||||
-rw-r--r-- | app-dicts/eblook/metadata.xml | 9 |
4 files changed, 43 insertions, 1 deletions
diff --git a/app-dicts/eblook/Manifest b/app-dicts/eblook/Manifest index 1eb519340698..f665a5b51e9a 100644 --- a/app-dicts/eblook/Manifest +++ b/app-dicts/eblook/Manifest @@ -1,2 +1,4 @@ -MD5 320ae5ce08d75cd8fa0b5057957a27d5 eblook-1.5.1.ebuild 694 +MD5 df2dab1da5c3206dbcca8f7b41c05e10 eblook-1.5.1.ebuild 694 +MD5 043e2d431237aeec1769801a5b0214df metadata.xml 251 +MD5 1db70765801c0e8d4af45533ff0a02ba ChangeLog 329 MD5 1475d7679421c071476945659472b1d8 files/digest-eblook-1.5.1 64 diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild new file mode 100644 index 000000000000..c8c3b87413e0 --- /dev/null +++ b/app-dicts/eblook/eblook-1.5.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 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.1 2003/10/27 12:59:07 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" + +DEPEND=">=dev-libs/eb-3.3.4" + +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 +} diff --git a/app-dicts/eblook/files/digest-eblook-1.5.1 b/app-dicts/eblook/files/digest-eblook-1.5.1 new file mode 100644 index 000000000000..f3520e519bee --- /dev/null +++ b/app-dicts/eblook/files/digest-eblook-1.5.1 @@ -0,0 +1 @@ +MD5 5e1c84fd450813c1ad2c732a8d645719 eblook-1.5.1.tar.gz 195934 diff --git a/app-dicts/eblook/metadata.xml b/app-dicts/eblook/metadata.xml new file mode 100644 index 000000000000..23d9f0beb302 --- /dev/null +++ b/app-dicts/eblook/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>usata@gentoo.org</email> + <name>Mamoru KOMACHI</name> +</maintainer> +</pkgmetadata> |