wok-6.x view dahdi-perl/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents d90600d8dff7
children 35e1381d79b6
line source
1 # SliTaz package receipt.
3 PACKAGE="dahdi-perl"
4 VERSION="2.4.0"
5 CATEGORY="development"
6 SHORT_DESC="Digium Asterisk Hardware Device Interface PERL modules."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.asterisk.org/"
9 DEPENDS="perl"
10 WANTED="dahdi-tools"
11 PROVIDE="zaptel-perl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/perl* $fs/usr/lib
18 }