wok view calculator/receipt @ rev 10026

gmp, mpc-library, mpfr: fix build system wirh --build and --host from CONFIGURE_ARGS
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 21:14:41 2011 +0200 (2011-05-19)
parents f7e96b8e3444
children bd75f843a141
line source
1 # SliTaz package receipt.
3 PACKAGE="calculator"
4 VERSION="1.6.40"
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/"
11 TAGS="calculator"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
18 copy_generic_files
19 }