# SliTaz package receipt.

PACKAGE="calculator"
VERSION="1.6.43"
CATEGORY="utilities"
SHORT_DESC="Calculator using the Fox Toolkit."
MAINTAINER="pankso@slitaz.org"
DEPENDS="fox"
WANTED="fox"
WEB_SITE="http://www.fox-toolkit.org/"
TAGS="calculator"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
	copy_generic_files
}