# 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://hem.bredband.net/devel/wacom/" SRC_URI="http://hem.bredband.net/devel/wacom/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="x11-base/xorg-x11 x11-drivers/linuxwacom" src_compile(){ econf --enable-expresskeys || die emake || die } src_install(){ exeinto /usr/bin doexe src-expresskeys/expresskeys dodoc README AUTHORS BUGS TODO NEWS USAGE }