wok diff speedcrunch/receipt @ rev 16594

Up: speedcrunch; slitaz-tools-boxes: fix typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 07 04:14:35 2014 +0300 (2014-05-07)
parents b3d41a4972b2
children b91be441a121
line diff
     1.1 --- a/speedcrunch/receipt	Mon Dec 09 17:44:36 2013 +0200
     1.2 +++ b/speedcrunch/receipt	Wed May 07 04:14:35 2014 +0300
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="speedcrunch"
     1.7 -VERSION="0.10.1"
     1.8 +GITHASH="7a34226332a526f0d77f02b17b87f165362a206d"
     1.9 +VERSION=${GITHASH:0:7}
    1.10  CATEGORY="utilities"
    1.11  SHORT_DESC="SpeedCrunch is a fast, high precision and powerful desktop calculator"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://speedcrunch.org/"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://speedcrunch.googlecode.com/files/$TARBALL"
    1.17 -
    1.18 +TARBALL="$PACKAGE-$VERSION.zip"
    1.19 +WGET_URL="https://github.com/speedcrunch/SpeedCrunch/archive/$GITHASH.zip"
    1.20  DEPENDS="glibc-base libQtGui libQtXml"
    1.21 -BUILD_DEPENDS="cmake Qt4-dev qmake"
    1.22 +BUILD_DEPENDS="cmake Qt4-dev qmake wget"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()