wok view bind-dev/receipt @ rev 21177

code2: update website
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 01 19:27:16 2019 +0200 (2019-04-01)
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 }