wok view fox-doc/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
parents bd75f843a141
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="fox-doc"
4 VERSION="1.6.46"
5 CATEGORY="misc"
6 SHORT_DESC="Fox Toolkit documentation."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="fox"
9 WEB_SITE="http://www.fox-toolkit.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/doc $fs/usr/share
16 }