summaryrefslogtreecommitdiff
blob: bc635b81e8bb0582e9191cb9ec2fe519dbc5abf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="Python module to simulate keypresses and get 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="~amd64"
IUSE=""

DEPEND="x11-libs/libXtst
	>=x11-libs/gtk+-2"
RDEPEND="${DEPEND}"

# Yeah, another Ubuntu users.
S="${WORKDIR}"