wok annotate dahdi-linux-dev/receipt @ rev 15189

Add memtest-serial (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 18:12:50 2013 +0000 (2013-08-25)
parents 129bb5b11a7e
children 223b265f40fd
rev   line source
pascal@4102 1 # SliTaz package receipt.
pascal@4102 2
pascal@4102 3 PACKAGE="dahdi-linux-dev"
pascal@12858 4 VERSION="2.6.1"
pascal@4102 5 CATEGORY="development"
pascal@4102 6 SHORT_DESC="Digium Asterisk Hardware Device Interface: kernel modules dev files."
pascal@4102 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@4102 8 WEB_SITE="http://www.asterisk.org/"
pascal@4102 9 WANTED="dahdi-linux"
pascal@4102 10
pascal@4102 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4102 12 genpkg_rules()
pascal@4102 13 {
pascal@4109 14 EXTRAVERSION="$(ls $_pkg/lib/modules | sed 's|\(.*\)-slitaz|_\1|')"
pascal@4102 15 mkdir -p $fs/usr
pascal@4102 16 cp -a $_pkg/usr/include $fs/usr
pascal@4102 17 }