wok-stable annotate fltk-doc/receipt @ rev 7769

Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 19:10:02 2010 +0000 (2010-12-22)
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 }