wok diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fox-doc/receipt Sun Aug 16 20:44:30 2009 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fox-doc" 1.7 +VERSION="1.6.36" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Fox Toolkit documentation." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WANTED="fox" 1.12 +WEB_SITE="http://www.fox-toolkit.org/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/share 1.18 + cp -a $_pkg/usr/share/doc $fs/usr/share 1.19 +}