# 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.ubuntulinux.org/feisty/python/python-virtkey" SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/v/virtkey/${PN}_${PV}.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 main distutils_src_compile } src_install() { cd main distutils_src_install }