wok annotate fltk-doc/receipt @ rev 9259

Use SOURCE to define tarball properly (thanks Godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 15 03:39:52 2011 +0100 (2011-03-15)
parents e13aa4c04576
children 82c4cce3b3f8
rev   line source
pankso@627 1 # SliTaz package receipt.
pankso@627 2
pankso@627 3 PACKAGE="fltk-doc"
slaxemulator@6557 4 VERSION="1.1.10"
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 }