wok view dahdi-perl/receipt @ rev 6960

singularity: patch and path change
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Oct 26 13:14:13 2010 +0200 (2010-10-26)
parents f198af80a1ab
children d90600d8dff7
line source
1 # SliTaz package receipt.
3 PACKAGE="dahdi-perl"
4 VERSION="2.3.0"
5 CATEGORY="development"
6 SHORT_DESC="Digium Asterisk Hardware Device Interface PERL modules."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.asterisk.org/"
10 DEPENDS="perl"
11 WANTED="dahdi-tools"
12 PROVIDE="zaptel-perl"
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/perl* $fs/usr/lib
19 }