# HG changeset patch # User Pascal Bellard # Date 1357587363 -3600 # Node ID 831e2c662f6ba3275f4ae85727ddc0e41f091245 # Parent 1c8a58ec826ef1d9f87403d72ff70d834e654094 get-google-chrome: sync from cooking diff -r 1c8a58ec826e -r 831e2c662f6b get-google-chrome/receipt --- a/get-google-chrome/receipt Sun Jan 06 14:02:53 2013 +0100 +++ b/get-google-chrome/receipt Mon Jan 07 20:36:03 2013 +0100 @@ -7,6 +7,7 @@ MAINTAINER="rocky@slitaz.org" WEB_SITE="http://code.google.com/chromium/" TAGS="browser" +DEPENDS="wget" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 1c8a58ec826e -r 831e2c662f6b get-google-chrome/stuff/get-google-chrome --- a/get-google-chrome/stuff/get-google-chrome Sun Jan 06 14:02:53 2013 +0100 +++ b/get-google-chrome/stuff/get-google-chrome Mon Jan 07 20:36:03 2013 +0100 @@ -3,7 +3,7 @@ PACKAGE="google-chrome-unstable" DEBPKG="${PACKAGE}_current_i386.deb" -URL="http://dl.google.com/linux/direct/$DEBPKG" +URL="https://dl.google.com/linux/direct/$DEBPKG" CUR_DIR=$(pwd) TEMP_DIR=/tmp/$PACKAGE-$$ ROOT= @@ -36,7 +36,7 @@ cd $TEMP_DIR # Download the file -wget $URL +wget --no-check-certificate $URL if [ ! -f $DEBPKG ]; then cd $CUR_DIR rm -rf $TEMP_DIR @@ -61,7 +61,7 @@ VERSION="$VERSION" CATEGORY="non-free" SHORT_DESC="The web browser from Google." -DEPENDS="gtk+ GConf lzma flash-plugin bash xdg-utils xorg-libXss cups libjpeg62" +DEPENDS="gtk+ GConf lzma bash xdg-utils xorg-libXss cups libjpeg62" WEB_SITE="http://www.google.com/chrome/" post_install()