# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools DESCRIPTION="Automatic keyboard layout 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="" DEPEND=">=dev-util/pkgconfig-0.20 dev-libs/libpcre x11-libs/libX11" RDEPEND="${DEPEND}" src_install() { make install DESTDIR=${D} }