wok view fltk-doc/receipt @ rev 20863

updated e2tools again (0.0.16 -> 0.0.16.4)
author Hans-G?nter Theisgen
date Fri Feb 22 16:43:17 2019 +0100 (2019-02-22)
parents 9e2e108fff96
children b36d3d58ef5c
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-doc"
4 VERSION="1.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit documentation and examples."
7 WANTED="fltk"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="LGPL2"
10 WEB_SITE="https://www.fltk.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/doc $fs/usr/share
17 }