wok annotate dahdi-man/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 6e563e30a870
children 129bb5b11a7e
rev   line source
pascal@4102 1 # SliTaz package receipt.
pascal@4102 2
pascal@4102 3 PACKAGE="dahdi-man"
pascal@7389 4 VERSION="2.4.0"
pascal@4102 5 CATEGORY="network"
pascal@4102 6 SHORT_DESC="Digium Asterisk Hardware Device Interface man pages."
pascal@4102 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@4102 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4102 9 WEB_SITE="http://www.asterisk.org/"
pascal@4102 10 WANTED="dahdi-tools"
pascal@4102 11
pascal@4102 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4102 13 genpkg_rules()
pascal@4102 14 {
pascal@4102 15 mkdir -p $fs/usr/share
pascal@4102 16 cp -a $_pkg/usr/share/man $fs/usr/share
pascal@4102 17 }