wok view libbind/receipt @ rev 10824

Up yad (0.12.0) - Up since it's our main gui tools and have nice new features as well as bug fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 06 20:10:50 2011 +0200 (2011-06-06)
parents 0c5896e5e91d
children 97780c765586
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.8.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 libcap libxml2 zlib attr"
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 }