wok annotate fltk-doc/receipt @ rev 11426
Compat: ntop - don't trigger cook of splitted packages when using tazwok (that's automatic)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Dec 14 15:56:46 2011 +0100 (2011-12-14) |
parents | 9a4978154492 |
children | a00bf44ed23d |
rev | line source |
---|---|
pankso@627 | 1 # SliTaz package receipt. |
pankso@627 | 2 |
pankso@627 | 3 PACKAGE="fltk-doc" |
devl547@11260 | 4 VERSION="1.3.0" |
pankso@627 | 5 CATEGORY="development" |
pankso@627 | 6 SHORT_DESC="Fast Light Tool Kit documentation and examples." |
pankso@627 | 7 WANTED="fltk" |
pankso@627 | 8 MAINTAINER="pankso@slitaz.org" |
pankso@627 | 9 WEB_SITE="http://www.fltk.org/" |
pankso@627 | 10 |
pankso@627 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@627 | 12 genpkg_rules() |
pankso@627 | 13 { |
pankso@627 | 14 mkdir -p $fs/usr/share |
pankso@627 | 15 cp -a $_pkg/usr/share/doc $fs/usr/share |
pankso@627 | 16 } |