wok-stable annotate bind-client/receipt @ rev 4406

Up: sonata (1.6.2.1) and fix deps
author Paul Issott <paul@slitaz.org>
date Tue Oct 20 20:34:03 2009 +0000 (2009-10-20)
parents b99babd3a1ff
children 3a4abb3b1134
rev   line source
pascal@1612 1 # SliTaz package receipt.
pascal@1612 2
pascal@1612 3 PACKAGE="bind-client"
erjo@4385 4 VERSION="9.5.2"
pascal@1612 5 CATEGORY="network"
pascal@1612 6 SHORT_DESC="Domain Name System client."
pascal@1612 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1612 8 WEB_SITE="http://www.isc.org/products/BIND/"
rocky@3682 9 DEPENDS="libbind libcrypto attr"
pascal@1612 10 WANTED="bind"
pascal@1612 11
pascal@1612 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1612 13 genpkg_rules()
pascal@1612 14 {
pascal@1612 15 mkdir -p $fs/usr
pascal@1612 16 cp -a $_pkg/usr/bin $fs/usr
pascal@1612 17 }
pascal@1612 18