wok-current view fltk-doc/receipt @ rev 17195
bash: apply *all* security fixes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 08 14:52:55 2014 +0200 (2014-10-08) |
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 }