wok view asterisk-dev/receipt @ rev 25691

Up lynis (3.1.1), ncurses-examples (20211021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 16 10:43:04 2024 +0000 (6 weeks ago)
parents 67d9840ef3ac
children
line source
1 # SliTaz package receipt.
3 PACKAGE="asterisk-dev"
4 VERSION="20.2.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/"
11 WANTED="asterisk"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }