source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=libevdev
         VERSION=1.11.0
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://www.freedesktop.org/wiki/Software/libevdev/
   SOURCE_URL[0]=https://www.freedesktop.org/software/$SPELL/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
         ENTERED=20140227
        KEYWORDS=""
           SHORT="wrapper library for evdev devices"
cat << EOF
ibevdev 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
