wok annotate fltk-doc/receipt @ rev 19741

Up rrdtool (1.6.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 13:40:10 2017 +0100 (2017-02-18)
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 }