wok view bind-client/receipt @ rev 18157

Up: tazlito (386), slitaz-base-files (278)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jun 21 23:00:51 2015 +0300 (2015-06-21)
parents 31615bc6828a
children fca172c323cf
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.9.6-P1"
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 # Overlap busybox
22 pre_install()
23 {
24 rm -f $1/usr/bin/nslookup
25 }
27 post_remove()
28 {
29 ln -s /bin/busybox $1/usr/bin/nslookup
30 }