# $Id$ PNAME="libevdev" PVER="1.8.0" PBUILD="r1" PCAT="x11-libs" DESCRIPTION="Wrapper library for evdev devices." HOMEPAGE="http://www.freedesktop.org/wiki/Software/libevdev/" DEPEND=">= virtual/glibc" SDEPEND=">= dev-lang/python-2.7" if mqueryfeature "check" then # make check needs libcheck SDEPEND+=" >= dev-util/check-0.9" fi SRCFILE="${PNAME}-${PVER}.tar.xz" sminclude xorg multilib mbuild # testsuit requires to load uinput kernel module and create a /dev/uinput # which is not possible in our systemd-nspawn environment atm msetfeature "!check" SRC_URI=( http://www.freedesktop.org/software/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"