wok-6.x annotate calculator/receipt @ rev 6687

Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 21:49:16 2010 +0000 (2010-10-12)
parents f7e96b8e3444
children bd75f843a141
rev   line source
pankso@2780 1 # SliTaz package receipt.
pankso@2780 2
pankso@2780 3 PACKAGE="calculator"
slaxemulator@6579 4 VERSION="1.6.40"
pankso@2780 5 CATEGORY="utilities"
pankso@2780 6 SHORT_DESC="Calculator using the Fox Toolkit."
pankso@2780 7 MAINTAINER="pankso@slitaz.org"
pankso@2780 8 DEPENDS="fox"
pankso@2780 9 WANTED="fox"
pankso@2780 10 WEB_SITE="http://www.fox-toolkit.org/"
jozee@4933 11 TAGS="calculator"
pankso@2780 12
pankso@2780 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2780 14 genpkg_rules()
pankso@2780 15 {
pankso@2780 16 mkdir -p $fs/usr/bin
pankso@2780 17 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
pankso@2780 18 copy_generic_files
pankso@2780 19 }