wok annotate fltk-doc/receipt @ rev 21141

e2fsprogs: add slackware patch to stop 64-bit boot failure
author Richard Dunbar <mojo@slitaz.org>
date Tue Mar 26 11:04:34 2019 -0400 (2019-03-26)
parents b36d3d58ef5c
children ec27bdc69711
rev   line source
pankso@627 1 # SliTaz package receipt.
pankso@627 2
pankso@627 3 PACKAGE="fltk-doc"
Hans-G?nter@20926 4 VERSION="1.3.4.2"
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 {
pankso@627 16 mkdir -p $fs/usr/share
Hans-G?nter@20928 17 cp -a $install/usr/share/doc $fs/usr/share
pankso@627 18 }