wok view calculator/receipt @ rev 3258

slitaz-menus: add chinese name, change system-doc.desktop into UTF-8
author Chen Yufei <tsjz@ymail.com>
date Mon Jun 01 13:57:52 2009 +0800 (2009-06-01)
parents
children f7e96b8e3444
line source
1 # SliTaz package receipt.
3 PACKAGE="calculator"
4 VERSION="1.6.36"
5 CATEGORY="utilities"
6 SHORT_DESC="Calculator using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fox"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
17 copy_generic_files
18 }