wok-next view hp15c/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 88f868615836
children
line source
1 # SliTaz package receipt.
3 PACKAGE="hp15c"
4 VERSION="3.3.00"
5 CATEGORY="office"
6 SHORT_DESC="HP-15C emulator"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://hp-15c.homepage.t-online.de/content_web.htm"
11 SOURCE="HP-15C"
12 TARBALL="${SOURCE}_${VERSION}_Source.zip"
13 WGET_URL="https://goo.gl/aHJxj4"
15 BUILD_DEPENDS="wget"
17 genpkg_rules() {
18 mkdir -p $fs/usr/share/hp15c $fs/usr/share/fonts/truetype/ttf-dejavu
19 cp -a $src/* $fs/usr/share/hp15c
20 mv $fs/usr/share/hp15c/HP-15C_Simulator_Font.ttf \
21 $fs/usr/share/fonts/truetype/ttf-dejavu
22 install -Dm755 $stuff/HP-15C.sh $fs/usr/share/hp15c/HP-15C.sh
23 install -Dm644 $stuff/hp15c.desktop $fs/usr/share/applications/hp15c.desktop
24 DEPENDS="tk tcl"
25 }