wok view dahdi-dev/receipt @ rev 8164

imported patch commit_inprogress/libsasl.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:49 2011 +0100 (2011-01-27)
parents 6e563e30a870
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="dahdi-dev"
4 VERSION="2.4.0"
5 CATEGORY="development"
6 SHORT_DESC="Digium Asterisk Hardware Device Interface development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.asterisk.org/"
10 DEPENDS="dahdi-linux-dev"
11 WANTED="dahdi-tools"
12 PROVIDE="zaptel-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/lib*.a $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 }