# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A generic Japanese input module for GTK+2" HOMEPAGE="http://im-ja.sourceforge.net/" SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-libs/glibc >=dev-libs/glib-2.2.1 >=dev-libs/atk-1.2.2 >=x11-libs/gtk+-2.2.1 >=x11-libs/pango-1.2.1 >=app-i18n/canna-3.6" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_compile() { econf emake || die } src_install() { einstall } pkg_postinst() { gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules }