wok view bind-dev/receipt @ rev 21349

ejabberd: added cacerts to BUILD_DEPENDS
author Hans-G?nter Theisgen
date Sat Apr 20 17:16:39 2019 +0100 (2019-04-20)
parents 3af6a1c93f35
children 37dbe92b4822
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-dev"
4 VERSION="9.11.0"
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/"
10 WANTED="bind"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 find $fs -type f -name '*.la' -exec chmod a+x \{\} \;
19 }