wok view bind-dev/receipt @ rev 22980

updated kamailio again (4.4.4 -> 5.3.2)
author Hans-G?nter Theisgen
date Sat Feb 29 16:45:43 2020 +0100 (2020-02-29)
parents 37dbe92b4822
children
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-dev"
4 VERSION="9.14.9"
5 CATEGORY="development"
6 SHORT_DESC="Domain Name System - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://www.isc.org/bind/"
11 WANTED="bind"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 find $fs -type f -name '*.la' -exec chmod a+x \{\} \;
21 }