wok-next annotate libbind/receipt @ rev 11398
Compat: squirrelmail trigger cook of squirrelmail-* only when using cookutils - I don't think this piece of code is needed at all as squirrel-* will be cooked anyway if one update them
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 13:19:00 2011 +0100 (2011-12-10) |
parents | 97780c765586 |
children | 641d98dacf82 |
rev | line source |
---|---|
pascal@1612 | 1 # SliTaz package receipt. |
pascal@1612 | 2 |
pascal@1612 | 3 PACKAGE="libbind" |
slaxemulator@11323 | 4 VERSION="9.8.1-P1" |
pascal@1612 | 5 CATEGORY="development" |
pascal@1612 | 6 SHORT_DESC="Domain Name System shared libraries." |
pascal@1612 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1612 | 8 WEB_SITE="http://www.isc.org/products/BIND/" |
pascal@5003 | 9 DEPENDS="libcrypto libcap libxml2 zlib attr" |
pascal@1612 | 10 WANTED="bind" |
pascal@1612 | 11 |
pascal@1612 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1612 | 13 genpkg_rules() |
pascal@1612 | 14 { |
pascal@1612 | 15 mkdir -p $fs/usr/lib |
pascal@1612 | 16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pascal@1612 | 17 } |
pascal@1612 | 18 |