wok view libbind/receipt @ rev 21421
flashrom: fix build (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 24 18:02:37 2019 +0200 (2019-04-24) |
parents | 3af6a1c93f35 |
children | 37dbe92b4822 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.11.0"
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/"
10 WANTED="bind"
12 DEPENDS="libcrypto libcap libxml2 zlib attr libkrb5"
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 }