wok annotate asterisk-dev/receipt @ rev 21649

Up ffmpegthumbnailer-dev (2.2.0), lucene++-dev (3.0.7+git), xine-fonts (1.2.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 30 10:51:27 2019 +0200 (2019-05-30)
parents ca0bcdf8ead0
children 05c8d8d9d934
rev   line source
pascal@1187 1 # SliTaz package receipt.
pascal@1187 2
pascal@1187 3 PACKAGE="asterisk-dev"
pascal@13871 4 VERSION="11.1.1"
pascal@1423 5 CATEGORY="development"
pascal@1187 6 SHORT_DESC="Open Source PBX and telephony toolkit development files."
pascal@1187 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@4111 9 WEB_SITE="http://www.asterisk.org/"
pascal@4111 10 WANTED="asterisk"
pascal@1187 11
pascal@1187 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1187 13 genpkg_rules()
pascal@1187 14 {
pascal@4111 15 mkdir -p $fs/usr
pascal@13871 16 cp -a $install/usr/include $fs/usr
pascal@1187 17 }