# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils autotools DESCRIPTION="An input event router" HOMEPAGE="http://www.bedroomlan.org/~alexios/coding_evrouter.html" SRC_URI="http://debian.bedroomlan.org/debian/pool/main/e/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libxcb x11-libs/libXau x11-libs/libXdmcp" RDEPEND="${DEPEND}" S=${WORKDIR}/${PF} src_unpack() { unpack ${A} cd "${S}" eautoreconf } src_install() { emake DESTDIR="${D}" install || die dodoc src/example || die }