wok view bind-client/receipt @ rev 21889

updated scite (3.2.0 -> 4.2.0)
author Hans-G?nter Theisgen
date Thu Oct 03 10:00:59 2019 +0100 (2019-10-03)
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 }