# $Header: /magellan-cvs/smage/xinput/xinput-1.3.0-r2.smage2,v 1.1 2008/03/24 14:20:20 niro Exp $ PNAME="xinput" PVER="1.3.0" PBUILD="r2" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="xinput is a utility to configure and test XInput devices." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXext-1 >= x11-libs/libXi-1" SDEPEND=">= x11-proto/inputproto-1.4.2.1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-ipv6 || die mmake || die }