# HG changeset patch # User Hans-G?nter Theisgen # Date 1646907780 -3600 # Node ID 6b3ebe44868346302abd2ccb3218a2dd8b292004 # Parent 85d57ffe78605a9f6ade40ace40f552606e2b9dc updated hp15c (4.0.00 -> 4.3.00) diff -r 85d57ffe7860 -r 6b3ebe448683 hp15c/receipt --- a/hp15c/receipt Thu Mar 10 11:11:28 2022 +0100 +++ b/hp15c/receipt Thu Mar 10 11:23:00 2022 +0100 @@ -2,17 +2,18 @@ PACKAGE="hp15c" SOURCE="HP-15C" -VERSION="4.0.00" +VERSION="4.3.00" CATEGORY="office" SHORT_DESC="HP-15C emulator." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="http://hp-15c.homepage.t-online.de/content_web.htm" + TARBALL="${SOURCE}_${VERSION}_Source.zip" WGET_URL="http://bit.ly/2FQ82VL" -DEPENDS="tk tcl" -BUILD_DEPENDS="wget" +DEPENDS="tcl tk" +BUILD_DEPENDS="" # What is the latest version available today? current_version() @@ -24,16 +25,17 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/hp15c $fs/usr/share/applications \ - $fs/usr/share/fonts/truetype/ttf-dejavu - cp -a $src/* $fs/usr/share/hp15c + mkdir -p $fs/usr/share/hp15c + mkdir -p $fs/usr/share/applications \ + mkdir -p $fs/usr/share/fonts/truetype/ttf-dejavu + cp -a $src/* $fs/usr/share/hp15c sed -i 's|firefox|tazweb midori &|' \ - $fs/usr/share/hp15c/HP-15C.tcl \ - $fs/usr/share/hp15c/doc/preferences.htm + $fs/usr/share/hp15c/HP-15C.tcl \ + $fs/usr/share/hp15c/doc/preferences.htm sed -i 's|url_open \$helpfile|url_open file:///$helpfile|' \ - $fs/usr/share/hp15c/HP-15C.tcl + $fs/usr/share/hp15c/HP-15C.tcl mv $fs/usr/share/hp15c/HP-15C_Simulator_Font.ttf \ - $fs/usr/share/fonts/truetype/ttf-dejavu + $fs/usr/share/fonts/truetype/ttf-dejavu cat > $fs/usr/share/hp15c/HP-15C.sh <