wok-4.x view calculator/receipt @ rev 5592

xorg-libX11 depends on libxcb; add tags to xorg-xf86-video-*; Up trident
author Rohit Joshi <jozee@slitaz.org>
date Mon May 17 13:19:39 2010 -0400 (2010-05-17)
parents d36c36e566b3
children d7e2c4e777b3
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/"
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 }