wok-4.x view dahdi-man/receipt @ rev 12356

Trying to fix APE support again
author Brenton Scott <admin@trixarian.net>
date Sat Nov 24 17:33:24 2012 +0200 (2012-11-24)
parents d90600d8dff7
children
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 WEB_SITE="http://www.asterisk.org/"
9 WANTED="dahdi-tools"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/man $fs/usr/share
16 }