wok-current annotate asterisk-dev/receipt @ rev 25653

lzo needed from fsarchiver
author Hans-G?nter Theisgen
date Tue Feb 13 07:22:29 2024 +0100 (6 months ago)
parents 67d9840ef3ac
children
rev   line source
pascal@1187 1 # SliTaz package receipt.
pascal@1187 2
pascal@1187 3 PACKAGE="asterisk-dev"
Hans-G?nter@25573 4 VERSION="20.2.1"
pascal@1423 5 CATEGORY="development"
Hans-G?nter@25573 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@23974 9 WEB_SITE="https://www.asterisk.org/"
Hans-G?nter@25573 10
pascal@4111 11 WANTED="asterisk"
pascal@1187 12
pascal@1187 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1187 14 genpkg_rules()
pascal@1187 15 {
Hans-G?nter@25574 16 mkdir -p $fs/usr
Hans-G?nter@25573 17 cp -a $install/usr/include $fs/usr
pascal@1187 18 }