           SPELL=grit-i18n
if [[ "$GYP_SCM_AUTOUPDATE" == "y" ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=scm
fi
          SOURCE=$SPELL-scm.tar.bz2
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]="git_https://chromium.googlesource.com/chromium/src/tools/grit"
#grit-i18n.googlecode.com/svn/trunk:$SPELL-read-only
      LICENSE[0]=BSD
        WEB_SITE=https://chromium.googlesource.com/$SPELL
#https://code.google.com/p/grit-i18n/
        KEYWORDS="utils"
         ENTERED=20140730
           SHORT='internationalization tool'
cat << EOF
GRIT is the internationalization tool used by the Chromium projects (the foundation for the 
Google Chrome browser) and for several internal projects at Google.
EOF
