wok view dahdi-man/receipt @ rev 8130

Fix: no .ppd to compress anymore in cups
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 24 13:53:31 2011 +0100 (2011-01-24)
parents 6e563e30a870
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="dahdi-man"
4 VERSION="2.4.0"
5 CATEGORY="network"
6 SHORT_DESC="Digium Asterisk Hardware Device Interface man pages."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.asterisk.org/"
10 WANTED="dahdi-tools"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/share/man $fs/usr/share
17 }