           SPELL=libfprint
if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
#not recent enough..
#         VERSION=0.1.0-pre1
#     SOURCE_HASH=sha512:7e481ff661ba3fac2b93b6552c2c65244bbe8d62884215eb4cdb2cd585dc308268e9762e251d2330143c56903f55cf339940df6ec03be08cd1fe45a4840665a5
         VERSION=scm
   SOURCE_IGNORE=volatile
      SOURCE_URL=git://projects.reactivated.net/~dsd/libfprint.git
  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
