# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils DESCRIPTION="translate gamepad/joystick input into key strokes/mouse actions in X" HOMEPAGE="http://rejoystick.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/gtk+:2 x11-libs/libXtst media-libs/libsdl[joystick]" RDEPEND="${DEPEND}" src_configure() { econf \ --disable-dependency-tracking } src_install() { emake DESTDIR="${D}" install || die "emake failed" }