diff options
Diffstat (limited to 'games-util/xboxdrv/xboxdrv-0.8.5.ebuild')
-rw-r--r-- | games-util/xboxdrv/xboxdrv-0.8.5.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-util/xboxdrv/xboxdrv-0.8.5.ebuild b/games-util/xboxdrv/xboxdrv-0.8.5.ebuild deleted file mode 100644 index 88fe061d782a..000000000000 --- a/games-util/xboxdrv/xboxdrv-0.8.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/xboxdrv-0.8.5.ebuild,v 1.1 2013/04/30 22:12:02 tristan Exp $ - -EAPI=5 -inherit base linux-info scons-utils toolchain-funcs - -MY_P=${PN}-linux-${PV} -DESCRIPTION="Userspace Xbox 360 Controller driver" -HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/" -SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/boost - virtual/udev - sys-apps/dbus - dev-libs/glib:2 - virtual/libusb:1 - x11-libs/libX11" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD" - -src_compile() { - escons \ - BUILD=custom \ - CXX="$(tc-getCXX)" \ - CXXFLAGS="-Wall ${CXXFLAGS}" \ - LINKFLAGS="${LDFLAGS}" -} - -src_install() { - dobin xboxdrv - doman doc/xboxdrv.1 - dodoc AUTHORS NEWS PROTOCOL README TODO -} |