wok view asterisk-dev/receipt @ rev 25513
memtest: update sleep()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 15:41:57 2023 +0000 (21 months ago) |
parents | 7896f0694ef6 |
children | 67d9840ef3ac |
line source
1 # SliTaz package receipt.
3 PACKAGE="asterisk-dev"
4 VERSION="11.1.1"
5 CATEGORY="development"
6 SHORT_DESC="Open Source PBX and telephony toolkit development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.asterisk.org/"
10 WANTED="asterisk"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/include $fs/usr
17 }