wok 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 b74605f8fa4b
children b91be441a121
files slitaz-tools-boxes/receipt speedcrunch/receipt
line diff
     1.1 --- a/slitaz-tools-boxes/receipt	Wed May 07 02:11:14 2014 +0300
     1.2 +++ b/slitaz-tools-boxes/receipt	Wed May 07 04:14:35 2014 +0300
     1.3 @@ -25,7 +25,7 @@
     1.4  	TAB=$WOK/tzdata/install/usr/share/zoneinfo/zone.tab
     1.5  	OUT=$install/usr/share/zoneinfo/zone-mini.tab
     1.6  	echo -n > $OUT
     1.7 -	ZONES="$(cat $1 | sed '/#/ d' | cut -d'	' -f1,3 | sort -u)"
     1.8 +	ZONES="$(cat $TAB | sed '/#/ d' | cut -d'	' -f1,3 | sort -u)"
     1.9  	for COUNTRY in $(echo "$ZONES" | cut -d'	' -f1 | sort -u); do
    1.10  		echo -ne "$COUNTRY\t" >> $OUT
    1.11  		for LOC in $(echo "$ZONES" | sed -n "/$COUNTRY/ s|.*\t\(.*\)|\1|p"); do
    1.12 @@ -34,6 +34,8 @@
    1.13  		echo >> $OUT
    1.14  	done
    1.15  	sed -i 's| $||g' $OUT
    1.16 +	# Remove historical locations for UA
    1.17 +	sed -i 's| Uzhgorod Zaporozhye||' $OUT
    1.18  
    1.19  	# country names
    1.20  	cp -a $WOK/tzdata/install/usr/share/zoneinfo/iso3166.tab \
     2.1 --- a/speedcrunch/receipt	Wed May 07 02:11:14 2014 +0300
     2.2 +++ b/speedcrunch/receipt	Wed May 07 04:14:35 2014 +0300
     2.3 @@ -1,17 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="speedcrunch"
     2.7 -VERSION="0.10.1"
     2.8 +GITHASH="7a34226332a526f0d77f02b17b87f165362a206d"
     2.9 +VERSION=${GITHASH:0:7}
    2.10  CATEGORY="utilities"
    2.11  SHORT_DESC="SpeedCrunch is a fast, high precision and powerful desktop calculator"
    2.12  MAINTAINER="al.bobylev@gmail.com"
    2.13  LICENSE="GPL2"
    2.14  WEB_SITE="http://speedcrunch.org/"
    2.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WGET_URL="http://speedcrunch.googlecode.com/files/$TARBALL"
    2.17 -
    2.18 +TARBALL="$PACKAGE-$VERSION.zip"
    2.19 +WGET_URL="https://github.com/speedcrunch/SpeedCrunch/archive/$GITHASH.zip"
    2.20  DEPENDS="glibc-base libQtGui libQtXml"
    2.21 -BUILD_DEPENDS="cmake Qt4-dev qmake"
    2.22 +BUILD_DEPENDS="cmake Qt4-dev qmake wget"
    2.23  
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()