# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Emulate keypresses from characters, keysyms and modifiers." HOMEPAGE="http://packages.ubuntu.com/karmic/python/python-virtkey" #SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/v/virtkey/${PN}_${PV}.tar.gz" SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/v/virtkey/virtkey_0.50build1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa mips ppc ppc-macos ppc64 sparc x86" IUSE="" RDEPEND="dev-lang/python x11-libs/libX11 x11-libs/libXtst" src_unpack() { unpack ${A} } src_compile() { cd virtkey-0.50 distutils_src_compile } src_install() { cd virtkey-0.50 distutils_src_install }