. "$GRIMOIRE/FUNCTIONS"
           SPELL=libnfc
if  [[  "$LIBNFC_BRANCH"  ==  "scm"  ]];  then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
   SOURCE_URL[0]=git://github.com/nfc-tools/$SPELL:$SPELL-git
   SOURCE_IGNORE=volatile
else
         VERSION=1.8.0
          SOURCE="$SPELL-$VERSION.tar.bz2"
   SOURCE_URL[0]=https://github.com/nfc-tools/$SPELL/releases/download/$SPELL-$VERSION/$SOURCE
     SOURCE_HASH=sha512:aa8762ecb5b94167d20346f2c81491bb5b634bcedbf2aae3e2efdb301bca89ceb7c2e15148d0934fdc1cce6d77ee0225e28e84893232999fdc09d8a90ae2a7c5
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
        WEB_SITE="http://www.libnfc.org"
      LICENSE[0]=GPL
         ENTERED=20100304
           SHORT="a library for communicating with near field communication devices (RFID)"
cat << EOF
libnfc is the first free NFC SDK and Programmers API released under the
GNU Lesser General Public License. It provides complete transparency and
royalty-free use for everyone. Since the RFID market is spoiled by proprietary
hard and software we want to contribute constructively by distributing a
free library which can be used for various RFID and NFC applications.
EOF
