wok-6.x view libbind/receipt @ rev 2596

Up: bind (9.5.1-P2) [security update]
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 10 08:14:21 2009 +0000 (2009-04-10)
parents 2ddc861c6696
children 494005a36f9a
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.5.1-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 }