wok-current annotate dahdi-linux-dev/receipt @ rev 17759
hsetroot, wbar: link with libX11
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 10 08:31:24 2015 +0100 (2015-03-10) |
parents | 223b265f40fd |
children | 29d39c79090b |
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@15202 | 8 LICENSE="GPL2" |
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 { |
pankso@15855 | 15 EXTRAVERSION=${kvers} |
pascal@4102 | 16 mkdir -p $fs/usr |
pascal@15202 | 17 cp -a $install/usr/include $fs/usr |
pascal@4102 | 18 } |