wok-6.x view libbind/receipt @ rev 23708
updated tumbler and tumbler-dev (0.2.7 -> 0.2.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 14:56:48 2020 +0100 (2020-04-28) |
parents | 37dbe92b4822 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.14.9"
5 CATEGORY="development"
6 SHORT_DESC="Domain Name System - shared libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://www.isc.org/bind/"
11 DEPENDS="attr gcc83-lib-base libcap libcrypto libkrb5 libxml2 zlib"
12 WANTED="bind"
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 }