diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-05-09 14:39:01 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-05-09 14:39:01 +0000 |
commit | ad3875b60be20bf82323f923cd6544ba60890ab0 (patch) | |
tree | 3e6361736f9682c544efca57acf94d2f4e1a0ed3 /app-i18n/nabi/nabi-0.15.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-ad3875b60be20bf82323f923cd6544ba60890ab0.tar.gz gentoo-2-ad3875b60be20bf82323f923cd6544ba60890ab0.tar.bz2 gentoo-2-ad3875b60be20bf82323f923cd6544ba60890ab0.zip |
Version bumped. Requested by Choe Hwanjin ;) This closes bug #91844.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-i18n/nabi/nabi-0.15.ebuild')
-rw-r--r-- | app-i18n/nabi/nabi-0.15.ebuild | 27 |
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 " " +} |