wok annotate dahdi-ppp/receipt @ rev 8217

imported patch cleanup/cdrkit.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents 6e563e30a870
children 129bb5b11a7e
rev   line source
pascal@4102 1 # SliTaz package receipt.
pascal@4102 2
pascal@4102 3 PACKAGE="dahdi-ppp"
pascal@7389 4 VERSION="2.4.0"
pascal@4102 5 CATEGORY="network"
pascal@4102 6 SHORT_DESC="Digium Asterisk Hardware Device Interface PPP plugin."
pascal@4102 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@4102 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4102 9 WEB_SITE="http://www.asterisk.org/"
pascal@4102 10 DEPENDS="ppp"
pascal@4102 11 WANTED="dahdi-tools"
pascal@4102 12
pascal@4102 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4102 14 genpkg_rules()
pascal@4102 15 {
pascal@4102 16 mkdir -p $fs/usr/lib
pascal@4102 17 cp -a $_pkg/usr/lib/pppd $fs/usr/lib
pascal@4102 18 }