wok annotate fltk-doc/receipt @ rev 9619

Up: py3k to 3.2. Added CVE-2011-1521 security fix. Also added pyconfig.h to py3k so python3 works. Nothing depends on this package yet so updating it will not cause any problems.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 18 15:39:33 2011 +0000 (2011-04-18)
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 }