wok view bind-client/receipt @ rev 10739

locale-*: Up to 4.0 version string, had core pkgs to french pack (we dont have any po file now!) and add nano, mtpaint, midori to all languages pack
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 00:54:30 2011 +0200 (2011-05-30)
parents 0c5896e5e91d
children 97780c765586
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.8.0-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 DEPENDS="libbind libcrypto attr libpcap"
10 WANTED="bind"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }
19 # Overlap busybox
20 pre_install()
21 {
22 rm -f $1/usr/bin/nslookup
23 }
25 post_remove()
26 {
27 ln -s /bin/busybox $1/usr/bin/nslookup
28 }