wok view fltk-doc/receipt @ rev 14049

gst-python, parole: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 21:32:21 2013 +0100 (2013-02-18)
parents 9a4978154492
children a00bf44ed23d
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-doc"
4 VERSION="1.3.0"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit documentation and examples."
7 WANTED="fltk"
8 MAINTAINER="pankso@slitaz.org"
9 WEB_SITE="http://www.fltk.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/doc $fs/usr/share
16 }