wok view bind-client/receipt @ rev 14652

Add licenses, just for the seed (for example). Anyone can delete this.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 04 22:20:53 2013 +0000 (2013-06-04)
parents 641d98dacf82
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.9.2-P2"
5 CATEGORY="network"
6 SHORT_DESC="Domain Name System client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/BIND/"
9 WANTED="bind"
11 DEPENDS="libbind libcrypto attr libpcap"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/bin $fs/usr
18 }
20 # Overlap busybox
21 pre_install()
22 {
23 rm -f $1/usr/bin/nslookup
24 }
26 post_remove()
27 {
28 ln -s /bin/busybox $1/usr/bin/nslookup
29 }