wok annotate dahdi/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 8fcfea17170e
children 05c8d8d9d934
rev   line source
pascal@4102 1 # SliTaz package receipt.
pascal@4102 2
pascal@4102 3 PACKAGE="dahdi"
pascal@4102 4 VERSION="1.0"
pascal@4102 5 CATEGORY="meta"
pascal@4102 6 SHORT_DESC="Digium Asterisk Hardware Device Interface."
pascal@4102 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15202 8 LICENSE="GPL2"
pascal@4102 9 WEB_SITE="http://www.asterisk.org/"
pascal@15202 10 PROVIDE="zaptel"
pascal@15202 11
pascal@4102 12 DEPENDS="dahdi-linux dahdi-tools"
pascal@4102 13
pascal@4102 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4102 15 genpkg_rules()
pascal@4102 16 {
pascal@13875 17 mkdir $fs/dev
pascal@4102 18 }