wok annotate fltk-doc/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
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 }