wok-next annotate asterisk-dev/receipt @ rev 16560

Add sz81
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 01 08:30:04 2014 +0000 (2014-05-01)
parents ca0bcdf8ead0
children
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 }