# 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://freshmeat.net/projects/wacomexpresskeys/" SRC_URI="http://freshmeat.net/redir/wacomexpresskeys/57944/url_tgz/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" DEPEND="x11-base/xorg-x11 x11-misc/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 }