wok view bind-client/receipt @ rev 2630

Up: tazlito, tazpkg, tazusb and tazwok for 2.0
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 16 02:19:06 2009 +0200 (2009-04-16)
parents 6fe507faed17
children b99babd3a1ff
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.5.1-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"
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 }