summaryrefslogtreecommitdiffstats
path: root/bin-http/google-chrome-bin/DETAILS
blob: a591274db8550b5075c10eb745c27397889f3f9f (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
           SPELL=google-chrome-bin

if [[ $GOOGLE_CHROME_BIN_VERSION == unstable ]]; then
         VERSION=unstable_current
else

  if [[ $GOOGLE_CHROME_BIN_VERSION == beta ]]; then
         VERSION=beta_current
  else
         VERSION=stable_current
  fi

fi &&

if [[ "$GOOGLE_CHROME_BIN_DAILY" == "y" ]]
then
         VERSION=$VERSION-$(date +%Y%m%d)
fi

if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
then
          SOURCE=${SPELL/-bin/}-${VERSION/-*}_x86_64.rpm
else
          SOURCE=${SPELL/-bin/}-${VERSION/-*}_i386.rpm
fi
         SOURCE2=jpegsrc.v6b.tar.gz
   SOURCE_IGNORE=unversioned
     SOURCE2_GPG="gurus.gpg:$SOURCE2.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://dl.google.com/linux/direct/$SOURCE
  SOURCE2_URL[0]=http://www.ijg.org/files/$SOURCE2
      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