wok-next annotate hp15c/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents 88f868615836
children
rev   line source
pascal@16727 1 # SliTaz package receipt.
pascal@16727 2
pascal@16727 3 PACKAGE="hp15c"
pascal@16727 4 VERSION="3.3.00"
pascal@16727 5 CATEGORY="office"
al@21020 6 SHORT_DESC="HP-15C emulator"
pascal@16727 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16727 8 LICENSE="GPL3"
pascal@16727 9 WEB_SITE="http://hp-15c.homepage.t-online.de/content_web.htm"
al@21020 10
al@21020 11 SOURCE="HP-15C"
pascal@16727 12 TARBALL="${SOURCE}_${VERSION}_Source.zip"
pascal@16727 13 WGET_URL="https://goo.gl/aHJxj4"
pascal@16727 14
pascal@16727 15 BUILD_DEPENDS="wget"
pascal@16727 16
al@21020 17 genpkg_rules() {
al@21020 18 mkdir -p $fs/usr/share/hp15c $fs/usr/share/fonts/truetype/ttf-dejavu
pascal@16727 19 cp -a $src/* $fs/usr/share/hp15c
pascal@16727 20 mv $fs/usr/share/hp15c/HP-15C_Simulator_Font.ttf \
pascal@16727 21 $fs/usr/share/fonts/truetype/ttf-dejavu
al@21020 22 install -Dm755 $stuff/HP-15C.sh $fs/usr/share/hp15c/HP-15C.sh
al@21020 23 install -Dm644 $stuff/hp15c.desktop $fs/usr/share/applications/hp15c.desktop
al@21020 24 DEPENDS="tk tcl"
pascal@16727 25 }