wok annotate fltk-doc/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 82c4cce3b3f8
children 53082fab5f1e
rev   line source
pankso@627 1 # SliTaz package receipt.
pankso@627 2
pankso@627 3 PACKAGE="fltk-doc"
devl547@11260 4 VERSION="1.3.0"
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"
pascal@15004 9 LICENSE="LGPL2"
pankso@627 10 WEB_SITE="http://www.fltk.org/"
pankso@627 11
pankso@627 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@627 13 genpkg_rules()
pankso@627 14 {
pankso@627 15 mkdir -p $fs/usr/share
pascal@15004 16 cp -a $install/usr/share/doc $fs/usr/share
pankso@627 17 }