# 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.2 2005/07/09 17:54:54 swegener 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 }