wok-stable annotate dahdi-linux-dev/receipt @ rev 8477
Fixed aescrypt to work with new tazwok-experimental.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 07 19:11:59 2011 +0000 (2011-02-07) |
parents | 6e563e30a870 |
children | 129bb5b11a7e |
rev | line source |
---|---|
pascal@4102 | 1 # SliTaz package receipt. |
pascal@4102 | 2 |
pascal@4102 | 3 PACKAGE="dahdi-linux-dev" |
pascal@7387 | 4 VERSION="2.4.0" |
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 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@4102 | 9 WEB_SITE="http://www.asterisk.org/" |
pascal@4102 | 10 WANTED="dahdi-linux" |
pascal@4102 | 11 |
pascal@4102 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4102 | 13 genpkg_rules() |
pascal@4102 | 14 { |
pascal@4109 | 15 EXTRAVERSION="$(ls $_pkg/lib/modules | sed 's|\(.*\)-slitaz|_\1|')" |
pascal@4102 | 16 mkdir -p $fs/usr |
pascal@4102 | 17 cp -a $_pkg/usr/include $fs/usr |
pascal@4102 | 18 } |