wok-6.x annotate fox-doc/receipt @ rev 15743
linux: update modules.list
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 02 15:04:05 2014 +0100 (2014-01-02) |
parents | c9cba57ac6c1 |
children | aaf121138b7d |
rev | line source |
---|---|
pankso@2779 | 1 # SliTaz package receipt. |
pankso@2779 | 2 |
pankso@2779 | 3 PACKAGE="fox-doc" |
samuel_trassare@13420 | 4 VERSION="1.6.46" |
pankso@2779 | 5 CATEGORY="misc" |
pankso@2779 | 6 SHORT_DESC="Fox Toolkit documentation." |
pankso@2779 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pankso@2779 | 9 WANTED="fox" |
pankso@2779 | 10 WEB_SITE="http://www.fox-toolkit.org/" |
pankso@2779 | 11 |
pankso@2779 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2779 | 13 genpkg_rules() |
pankso@2779 | 14 { |
pankso@2779 | 15 mkdir -p $fs/usr/share |
pascal@14996 | 16 cp -a $install/usr/share/doc $fs/usr/share |
pankso@2779 | 17 } |