get-scripts diff geogebra @ rev 29

fix dropbox
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 23 17:28:06 2014 +0100 (2014-11-23)
parents a8694d4236f9
children 6ca05e6839e1
line diff
     1.1 --- a/geogebra	Tue Apr 15 13:43:05 2014 +0000
     1.2 +++ b/geogebra	Sun Nov 23 17:28:06 2014 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4  WEB_SITE="http://www.geogebra.org/cms/en/"
     1.5  DEPENDS="bash java-jre ncurses"
     1.6 -URL=http://www.geogebra.org/installers/deb.php
     1.7 +WGET_URL=http://www.geogebra.org/installers/deb.php
     1.8  TARBALL=geogebra.deb
     1.9  
    1.10 -wget -O $TARBALL $URL
    1.11 +wget -O $TARBALL $WGET_URL
    1.12  
    1.13 -[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
    1.14 +[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $WGET_URL. Exiting."
    1.15  
    1.16  mkdir $PACKAGE
    1.17  dpkg-deb -e $TARBALL $PACKAGE/meta