wok view dahdi-man/receipt @ rev 13872
Up dahdi (2.6.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 14 23:42:27 2013 +0100 (2013-01-14) |
parents | 129bb5b11a7e |
children | d1bf4797da96 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dahdi-man"
4 VERSION="2.6.1€"
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 $install/usr/share/man $fs/usr/share
16 }