summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-09 14:39:01 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-09 14:39:01 +0000
commitfc13d99b4d2b24608dabf6693e722f473e6ec135 (patch)
treed56bedefbc68277cca1e5b367803d36d79d64c11 /app-i18n/nabi/nabi-0.15.ebuild
parentVersion bumped. (diff)
downloadhistorical-fc13d99b4d2b24608dabf6693e722f473e6ec135.tar.gz
historical-fc13d99b4d2b24608dabf6693e722f473e6ec135.tar.bz2
historical-fc13d99b4d2b24608dabf6693e722f473e6ec135.zip
Version bumped. Requested by Choe Hwanjin ;) This closes bug #91844.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'app-i18n/nabi/nabi-0.15.ebuild')
-rw-r--r--app-i18n/nabi/nabi-0.15.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-i18n/nabi/nabi-0.15.ebuild b/app-i18n/nabi/nabi-0.15.ebuild
new file mode 100644
index 000000000000..3a5f14d99ebc
--- /dev/null
+++ b/app-i18n/nabi/nabi-0.15.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.1 2005/05/09 14:39:01 usata Exp $
+
+DESCRIPTION="Simple Hanguk X Input Method"
+HOMEPAGE="http://nabi.kldp.net/"
+SRC_URI="http://download.kldp.net/nabi/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc ~amd64"
+
+DEPEND=">=x11-libs/gtk+-2.2"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog README NEWS
+}
+
+pkg_postinst() {
+ einfo "You MUST add environment variable... "
+ einfo " "
+ einfo "export XMODIFIERS=\"@im=nabi\" "
+ einfo " "
+}