wok annotate fltk-doc/receipt @ rev 25175

updated python-cryptography (2.7 -> 2.8)
author Hans-G?nter Theisgen
date Fri Jul 01 17:39:11 2022 +0100 (24 months ago)
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 }