wok view bind-client/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 3af6a1c93f35
children e05d978e5ab8
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.11.0"
5 CATEGORY="network"
6 SHORT_DESC="Domain Name System client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="http://www.isc.org/products/BIND/"
10 WANTED="bind"
12 DEPENDS="libbind libcrypto attr libpcap readline"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 }
21 post_remove()
22 {
23 ln -s /bin/busybox "$1/usr/bin/nslookup"
24 }