wok view asterisk-dev/receipt @ rev 14077

spacefm up to 0.8.6 - udevil up to 0.4.0
author ernia <monghitri@aruba.it>
date Fri Feb 22 16:30:58 2013 +0000 (2013-02-22)
parents 255ba9018575
children 7896f0694ef6
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 WEB_SITE="http://www.asterisk.org/"
9 WANTED="asterisk"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $install/usr/include $fs/usr
16 }