wok view bind-client/receipt @ rev 22175
enigma is not broken
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 08 17:15:11 2019 +0100 (2019-11-08) |
parents | a28f5ae5d7c1 |
children | 37dbe92b4822 |
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="https://www.isc.org/"
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 }