wok view libbind/receipt @ rev 2280

mysql: fix build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 10:57:51 2009 +0000 (2009-02-19)
parents
children 2ddc861c6696
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 WANTED="bind"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
16 }