wok-4.x rev 12371
get-google-chrome: sync from cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 07 20:36:03 2013 +0100 (2013-01-07) |
parents | 1c8a58ec826e |
children | f4e2c53ca701 |
files | get-google-chrome/receipt get-google-chrome/stuff/get-google-chrome |
line diff
1.1 --- a/get-google-chrome/receipt Sun Jan 06 14:02:53 2013 +0100 1.2 +++ b/get-google-chrome/receipt Mon Jan 07 20:36:03 2013 +0100 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="rocky@slitaz.org" 1.5 WEB_SITE="http://code.google.com/chromium/" 1.6 TAGS="browser" 1.7 +DEPENDS="wget" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules()
2.1 --- a/get-google-chrome/stuff/get-google-chrome Sun Jan 06 14:02:53 2013 +0100 2.2 +++ b/get-google-chrome/stuff/get-google-chrome Mon Jan 07 20:36:03 2013 +0100 2.3 @@ -3,7 +3,7 @@ 2.4 2.5 PACKAGE="google-chrome-unstable" 2.6 DEBPKG="${PACKAGE}_current_i386.deb" 2.7 -URL="http://dl.google.com/linux/direct/$DEBPKG" 2.8 +URL="https://dl.google.com/linux/direct/$DEBPKG" 2.9 CUR_DIR=$(pwd) 2.10 TEMP_DIR=/tmp/$PACKAGE-$$ 2.11 ROOT= 2.12 @@ -36,7 +36,7 @@ 2.13 cd $TEMP_DIR 2.14 2.15 # Download the file 2.16 -wget $URL 2.17 +wget --no-check-certificate $URL 2.18 if [ ! -f $DEBPKG ]; then 2.19 cd $CUR_DIR 2.20 rm -rf $TEMP_DIR 2.21 @@ -61,7 +61,7 @@ 2.22 VERSION="$VERSION" 2.23 CATEGORY="non-free" 2.24 SHORT_DESC="The web browser from Google." 2.25 -DEPENDS="gtk+ GConf lzma flash-plugin bash xdg-utils xorg-libXss cups libjpeg62" 2.26 +DEPENDS="gtk+ GConf lzma bash xdg-utils xorg-libXss cups libjpeg62" 2.27 WEB_SITE="http://www.google.com/chrome/" 2.28 2.29 post_install()