wok view libbind/receipt @ rev 17277

linux64-*: update src var (for list_modules.sh)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 17:44:24 2014 +0200 (2014-10-25)
parents 6c3718ca17b6
children ea94058cfe7f
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.9.4-P2"
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 }