summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/screenkey/screenkey-0.1.1.ebuild')
-rw-r--r--app-accessibility/screenkey/screenkey-0.1.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-accessibility/screenkey/screenkey-0.1.1.ebuild b/app-accessibility/screenkey/screenkey-0.1.1.ebuild
new file mode 100644
index 0000000..f05093f
--- /dev/null
+++ b/app-accessibility/screenkey/screenkey-0.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit distutils
+
+DESCRIPTION="A screencast tool to display keys"
+HOMEPAGE="http://launchpad.net/screenkey"
+SRC_URI="http://launchpad.net/screenkey/v0.1/v0.1/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="x11-libs/gksu
+ dev-lang/python"
+RDEPEND="${DEPEND}"
+