wok-next view bind-client/receipt @ rev 6266

Fix pixman. Added glib-dev for build depends even though i can build without it. Not building with -j 4.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 14 17:50:39 2010 +0000 (2010-09-14)
parents 6adb5df60608
children d20d9a5651e9
line source
1 # SliTaz package receipt.
3 PACKAGE="bind-client"
4 VERSION="9.7.0-P1"
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 }