           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.0.12
          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
     SOURCE_HASH=sha512:2dfd7d9a87d86b0446e52c78dcf4c45dba747256ff9cb4cc010818eac725410f5a1a781e6695ca0bcead756c70519d8d5b4df6c1b2935085e0356d9b4d7844fa
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
