wok view fox-doc/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents d7e2c4e777b3
children c9cba57ac6c1
line source
1 # SliTaz package receipt.
3 PACKAGE="fox-doc"
4 VERSION="1.6.43"
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 }