wok view dahdi-perl/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents 223b265f40fd
children 05c8d8d9d934
line source
1 # SliTaz package receipt.
3 PACKAGE="dahdi-perl"
4 VERSION="2.11.1"
5 CATEGORY="development"
6 SHORT_DESC="Digium Asterisk Hardware Device Interface PERL modules."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.asterisk.org/"
10 WANTED="dahdi-tools"
11 PROVIDE="zaptel-perl"
13 DEPENDS="perl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/perl* $fs/usr/lib
20 }