wok view bind-client/receipt @ rev 20889

updated espeak and espeak-dev (1.45.05 -> 1.48.04)
author Hans-G?nter Theisgen
date Mon Feb 25 17:35:02 2019 +0100 (2019-02-25)
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 }