wok rev 12719

get-dropbox: using https now...
author Richard Dunbar <mojo@slitaz.org>
date Sat May 05 01:19:00 2012 +0000 (2012-05-05)
parents 3f0e13f577a6
children bbd76bb81d25
files get-dropbox/receipt get-dropbox/stuff/get-dropbox
line diff
     1.1 --- a/get-dropbox/receipt	Sat May 05 05:30:11 2012 +0200
     1.2 +++ b/get-dropbox/receipt	Sat May 05 01:19:00 2012 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Get Dropbox daemon and client for online storage."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  WEB_SITE="http://www.getdropbox.com/"
     1.7 +DEPENDS="wget"
     1.8  TAGS="sync storage"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/get-dropbox/stuff/get-dropbox	Sat May 05 05:30:11 2012 +0200
     2.2 +++ b/get-dropbox/stuff/get-dropbox	Sat May 05 01:19:00 2012 +0000
     2.3 @@ -29,7 +29,7 @@
     2.4  cd $TEMP_DIR
     2.5  
     2.6  # Download the file
     2.7 -wget -O $TARBALL $URL 
     2.8 +wget --no-check-certificate -O $TARBALL $URL 
     2.9  
    2.10  if [ ! -f $TARBALL ]; then
    2.11  	echo "Could not download $TARBALL. Exiting."