wok view bind-client/receipt @ rev 19969

R: update deps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 02 11:23:04 2017 +0200 (2017-06-02)
parents fca172c323cf
children a28f5ae5d7c1
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"
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 }