summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-13 20:10:16 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-13 20:10:16 +0000
commitda26f396265c778e3fc6d16fb1fdc72336f2b3b6 (patch)
treee5ed6dd30b722b26ea5d28e0deed7883d818f168 /app-i18n/leif/leif-11.4_p1467.ebuild
parent~amd64 & adding emul-linux-x86-baselibs-depeency for amd64 (diff)
downloadhistorical-da26f396265c778e3fc6d16fb1fdc72336f2b3b6.tar.gz
historical-da26f396265c778e3fc6d16fb1fdc72336f2b3b6.tar.bz2
historical-da26f396265c778e3fc6d16fb1fdc72336f2b3b6.zip
Added a snapshot. Renamed previous ebuild and marked it stable.
Diffstat (limited to 'app-i18n/leif/leif-11.4_p1467.ebuild')
-rw-r--r--app-i18n/leif/leif-11.4_p1467.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-i18n/leif/leif-11.4_p1467.ebuild b/app-i18n/leif/leif-11.4_p1467.ebuild
new file mode 100644
index 000000000000..07468e4144aa
--- /dev/null
+++ b/app-i18n/leif/leif-11.4_p1467.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-i18n/leif/leif-11.4_p1467.ebuild,v 1.1 2004/09/13 20:07:42 usata Exp $
+
+inherit iiimf eutils
+
+DESCRIPTION="Language Engine is a component that provide actual Input Method service for IIIMF"
+
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="dev-libs/eimil"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/testEIMIL
+ sed -i -e 's,$(IM_LIBDIR)/EIMIL,/usr/lib,g' Makefile.* || die
+}
+
+src_install() {
+ make DESTDIR=${D} \
+ prefix=/usr \
+ install || die
+
+ dodoc ChangeLog
+ for d in canna cm newpy sampleja* ude unit template ; do
+ docinto $d
+ dodoc ChangeLog README
+ done
+}