wok annotate fltk-doc/receipt @ rev 5949

avidemux: fix build for gcc45 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 03 14:58:58 2010 +0200 (2010-08-03)
parents fa4934ac5db7
children 9a4978154492
rev   line source
pankso@627 1 # SliTaz package receipt.
pankso@627 2
pankso@627 3 PACKAGE="fltk-doc"
pascal@1492 4 VERSION="1.1.9"
pankso@627 5 CATEGORY="development"
pankso@627 6 SHORT_DESC="Fast Light Tool Kit documentation and examples."
pankso@627 7 WANTED="fltk"
pankso@627 8 MAINTAINER="pankso@slitaz.org"
pankso@627 9 WEB_SITE="http://www.fltk.org/"
pankso@627 10
pankso@627 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@627 12 genpkg_rules()
pankso@627 13 {
pankso@627 14 mkdir -p $fs/usr/share
pankso@627 15 cp -a $_pkg/usr/share/doc $fs/usr/share
pankso@627 16 }