wok-current view fltk-doc/receipt @ rev 18996
Up and Add Info (description) files and acpid correct weblink
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sat Mar 19 03:33:36 2016 -0300 (2016-03-19) |
parents | a00bf44ed23d |
children | 9e2e108fff96 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-doc"
4 VERSION="1.3.2"
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 }