wok-6.x view dahdi-man/receipt @ rev 6801
Added pcsxr-svn. A playstation emulator. I'm using svn since we can't download the tar.gz directly. Its mess in archlinux to download it too.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 19 04:15:21 2010 +0000 (2010-10-19) |
parents | f198af80a1ab |
children | d90600d8dff7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dahdi-man"
4 VERSION="2.3.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 }