wok view calculator/receipt @ rev 24915

updated monitorix (3.12.0 -> 3.14.0)
author Hans-G?nter Theisgen
date Sat Apr 09 16:53:38 2022 +0100 (2022-04-09)
parents d67887b74cbb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="calculator"
4 VERSION="1.6.57"
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 }