summaryrefslogtreecommitdiffstats
path: root/python-pypi/grit-i18n/DETAILS
blob: 4de18d3bb9999d7eb59ebb80e14425e81bdf5754 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=grit-i18n
if [[ "$GYP_SCM_AUTOUPDATE" == "y" ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://grit-i18n.googlecode.com/svn/trunk:$SPELL-read-only
      LICENSE[0]=BSD
        WEB_SITE=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