summaryrefslogtreecommitdiff
blob: 41eaf90f02bb76019f025399154a764ca797826c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

#XDPVER=4

inherit x-modular autotools eutils

DESCRIPTION="X.Org driver for Wiimote input devices"
HOMEPAGE="http://people.freedesktop.org/~whot/wiimote/"
SRC_URI="http://people.freedesktop.org/~whot/wiimote/${P}.tar.bz2"

KEYWORDS="~amd64"

LICENSE="MIT"
RDEPEND=">=x11-base/xorg-server-1.0.99"
DEPEND="${RDEPEND}
	dev-libs/libwiimote
	x11-proto/inputproto"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-libwiimote.patch"
	eautoreconf || die "eautoreconf failed"
}