# 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 devices." HOMEPAGE="http://web.telia.com/~u46133770/wacom/" SRC_URI="http://web.telia.com/~u46133770/wacom/expresskeys-0.2.6.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" DEPEND="x11-base/xorg-x11 x11-misc/linuxwacom" src_compile(){ econf --enable-expresskeys --enable-expresskeysconf || die emake || die } src_install(){ exeinto /usr/bin doexe src-expresskeys/expresskeys doexe src-expresskeysconf/expresskeysconf dodoc README AUTHORS BUGS TODO NEWS USAGE }