summaryrefslogtreecommitdiffstats
path: root/bin-http/google-chrome-bin/DETAILS
blob: 928bf86bcb5d7bd871482d4dbd8a4d4fbc56252f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=google-chrome-bin
if [[ "$GOOGLE_CHROME_BIN_DAILY" == "y" ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=beta_current
fi
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
then
          SOURCE=${SPELL/-bin/}-beta_current_x86_64.rpm
else
          SOURCE=${SPELL/-bin/}-beta_current_i386.rpm
fi
   SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://dl.google.com/linux/direct/$SOURCE
      LICENSE[0]=http://www.google.com/chrome/eula.html
        WEB_SITE=http://chrome.google.com/
        KEYWORDS="web http"
         ENTERED=20100105
           SHORT='Google web browser'
cat << EOF
Google Chrome is a web browser that runs web pages and applications with
lightning speed.
EOF