wok-current annotate fltk-doc/receipt @ rev 19983
Up openvpn (2.3.17)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 22 17:37:32 2017 +0200 (2017-06-22) |
parents | 53082fab5f1e |
children | a78610b2eb47 |
rev | line source |
---|---|
pankso@627 | 1 # SliTaz package receipt. |
pankso@627 | 2 |
pankso@627 | 3 PACKAGE="fltk-doc" |
pascal@19441 | 4 VERSION="1.3.3" |
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" |
pascal@15004 | 9 LICENSE="LGPL2" |
pankso@627 | 10 WEB_SITE="http://www.fltk.org/" |
pankso@627 | 11 |
pankso@627 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@627 | 13 genpkg_rules() |
pankso@627 | 14 { |
pankso@627 | 15 mkdir -p $fs/usr/share |
pascal@15004 | 16 cp -a $install/usr/share/doc $fs/usr/share |
pankso@627 | 17 } |