# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Reads input from keys/scroll strips on Wacom Intuos, Cintiq, and Graphire4 devices." HOMEPAGE="http://expresskeys.ruivo.org" SRC_URI="http://expresskeys.ruivo.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="x11-base/xorg-x11 x11-drivers/linuxwacom" src_install(){ exeinto /usr/bin doexe src-expresskeys/expresskeys dodoc README AUTHORS BUGS TODO NEWS USAGE }