# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="python extension for emulating keypresses and getting current keyboard layout" HOMEPAGE="https://launchpad.net/virtkey" SRC_URI="http://launchpad.net/virtkey/trunk/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="x11-libs/libXtst >=x11-libs/gtk+-2" RDEPEND="${DEPEND}" # Yeah, another Ubuntu users. S="${WORKDIR}"