wok view libbind/receipt @ rev 2478

libfox*, libetpan, libcurl, libbind, lib?DL: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 20:31:26 2009 +0000 (2009-03-15)
parents 43ae0b5f0a8a
children d5836ce97e2b
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.5.0-P2"
5 CATEGORY="development"
6 SHORT_DESC="Domain Name System shared libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/BIND/"
9 DEPENDS="libcrypto"
10 WANTED="bind"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
17 }