           SPELL=libfprint
if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
#not recent enough..
#         VERSION=0.1.0-pre2
#     SOURCE_HASH=sha512:0005eedbd5864b8a758a564c5ffcc146f6a8b56c28abe85956c75ad4d599e58bde7a01e2711a3d4aaec6ea65f949dc2825253ff22025cedc31b4b82a7d8b63f4
         VERSION=scm
   SOURCE_IGNORE=volatile
      SOURCE_URL=git://github.com/dsd/libfprint.git:libfprint
  FORCE_DOWNLOAD=on
else
         VERSION=0.0.6
   SOURCE_URL[0]=$SOURCEFORGE_URL/fprint/$SOURCE
     SOURCE_HASH=sha512:f7d5781b2911d45e80631f3d82dd1dd5a3a96ffa257569c01332b821265db59d123471979b79e09318560249e19ff2f2f5d3e3c3161449d7609d39dbdc0693ad
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://reactivated.net/fprint/
         ENTERED=20080908
      LICENSE[0]=LGPL
           SHORT="generic C API for fingerprint reader access"
cat << EOF
libfprint is an open source software library designed to make it easy for
application developers to add support for consumer fingerprint readers to
their software. 
EOF
