wok view fltk-doc/receipt @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
parents 53082fab5f1e
children a78610b2eb47
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="http://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 }