# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="xmousekey maps keyboard events to mouse/key events and launches programs" HOMEPAGE="http://xkeymouse.sourceforge.net/" SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/xkeymouse/xkeymouse-0.1.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" DEPEND="" src_compile() { econf --with-x || die "ERROR:econf failed" emake || die "ERROR:emake failed" } src_install() { make DESTDIR=${D} install || die "ERROR:'make install' failed" # Install example for global config-file insinto /etc newins examples/xkmrc xkmc dodoc ChangeLog COPYING NEWS README }