wok annotate fltk-doc/receipt @ rev 20675

iron: update /usr/bin/iron symlink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 22:11:16 2019 +0100 (2019-01-24)
parents 9e2e108fff96
children b36d3d58ef5c
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"
pascal@20669 10 WEB_SITE="https://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 }