wok-6.x view libbind/receipt @ rev 18928
Add webdiapo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 25 16:42:59 2016 +0100 (2016-02-25) |
parents | 31615bc6828a |
children | 3af6a1c93f35 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.9.6-P1"
5 CATEGORY="development"
6 SHORT_DESC="Domain Name System shared libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="http://www.isc.org/products/BIND/"
10 WANTED="bind"
12 DEPENDS="libcrypto libcap libxml2 zlib attr"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.so* $fs/usr/lib
19 }