wok annotate fltk-doc/receipt @ rev 24989

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
parents ec27bdc69711
children
rev   line source
pankso@627 1 # SliTaz package receipt.
pankso@627 2
pankso@627 3 PACKAGE="fltk-doc"
Hans-G?nter@24557 4 VERSION="1.3.8"
pankso@627 5 CATEGORY="development"
pankso@627 6 SHORT_DESC="Fast Light Tool Kit documentation and examples."
pankso@627 7 MAINTAINER="pankso@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
pascal@20669 9 WEB_SITE="https://www.fltk.org/"
pankso@627 10
Hans-G?nter@20926 11 WANTED="fltk"
Hans-G?nter@20926 12
pankso@627 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@627 14 genpkg_rules()
pankso@627 15 {
Hans-G?nter@24557 16 cook_copy_folders doc
pankso@627 17 }