wok view bind-client/receipt @ rev 16328

mercurial: fix receipt (Thanks Alexandr) and ARM up slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:44:57 2014 +0200 (2014-04-10)
parents 6c3718ca17b6
children ea94058cfe7f
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.9.4-P2"
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 }