wok annotate dahdi-man/receipt @ rev 4619

linmodem-intel-53*: fix kernel version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 17 18:48:49 2009 +0100 (2009-12-17)
parents
children 6e563e30a870
rev   line source
pascal@4102 1 # SliTaz package receipt.
pascal@4102 2
pascal@4102 3 PACKAGE="dahdi-man"
pascal@4102 4 VERSION="2.2.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 }