wok view bind-dev/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents ea94058cfe7f
children e05d978e5ab8
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="http://www.isc.org/products/BIND/"
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 }