wok view calculator/receipt @ rev 22400

update: expat 2.2.6 (2018) -> 2.2.9 (security fixes: CVE-2019-15903, CVE-2018-20843; ...) -> also, new site: the WGET_URL could be improved
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 08 11:10:33 2019 +0000 (2019-12-08)
parents aaf121138b7d
children faf06d0e5299
line source
1 # SliTaz package receipt.
3 PACKAGE="calculator"
4 VERSION="1.6.49"
5 CATEGORY="utilities"
6 SHORT_DESC="Calculator using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
11 TAGS="calculator"
12 HOST_ARCH="i486 arm"
14 DEPENDS="fox"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
21 copy_generic_files
22 }