# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Automatic keyboard layout (en/ru and en/ua) switcher" HOMEPAGE="http://www.xneur.ru" SRC_URI="http://dists.xneur.ru/release-${PV}/tgz/${P}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="nls" DEPEND="=x11-misc/xneur-${PV} >=x11-libs/gtk+-2.0" RDEPEND="${DEPEND}" src_compile() { econf $(use_enable nls) || die "configure failed" emake || die "make failed" } src_install() { make install DESTDIR="${D}" || die "install failed" }