          MODULE=libevdev
         VERSION=1.13.6
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://freedesktop.org/software/$MODULE/
      SOURCE_VFY=sha256:73f215eccbd8233f414737ac06bca2687e67c44b97d2d7576091aa9718551110
   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
        WEB_SITE=https://www.freedesktop.org/wiki/Software/libevdev/
         ENTERED=20140520
         UPDATED=20251201
           SHORT="Wrapper library for evdev devices"

cat << EOF
libevdev is a wrapper library for evdev devices. It moves the common tasks when
dealing with evdev devices into a library and provides a library interface to
the callers, thus avoiding erroneous ioctls, etc. The eventual goal is that
libevdev wraps all ioctls available to evdev devices, thus making direct access
unnecessary.
EOF
