wok view fox-doc/receipt @ rev 3908
linux: no historic allocation for initramfs unlzma
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 16 20:44:30 2009 +0200 (2009-08-16) |
parents | |
children | d7e2c4e777b3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fox-doc"
4 VERSION="1.6.36"
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 }