           SPELL=sdl2_ttf
if [ "$SDL_TTF_BRANCH"  ==  "scm" ]; then
  if [ "$SDL_TTF_AUTOUPDATE" == "y" ]; then
         VERSION=2.0-$(date +%Y%m%d)
  else
         VERSION=2.0-hg
  fi
          SOURCE=$SPELL-2.0-hg.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-2.0-hg
   SOURCE_URL[0]=hg_http://hg.libsdl.org/SDL_ttf:$SPELL-2.0-hg
   SOURCE_IGNORE=volatile
else
         VERSION=2.20.1
     SOURCE_HASH=sha512:5745a318583a771dff30421d79c5940bdb0fe2f8908a0192e98a2a80076722ba53f6488e922de5b49e078f0c7d9d358e681886ebc8862d89ca6671b5be471134
          SOURCE=SDL2_ttf-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/SDL2_ttf-$VERSION
   SOURCE_URL[0]=http://www.libsdl.org/projects/SDL_ttf/release/$SOURCE
fi
        WEB_SITE=http://www.libsdl.org/projects/SDL_ttf/
         ENTERED=20020412
      LICENSE[0]=LGPL
        KEYWORDS="sdl fonts libs"
           SHORT="Allow SDL apps to use TrueType fonts"
cat << EOF
This is a sample library which allows you to use TrueType fonts 
in your SDL applications. It comes with an example program 
"showfont" which displays an example string for a given 
TrueType font file.
EOF
