wok annotate bind-dev/receipt @ rev 21743
updated qpdf-dev (5.1.2 -> 8.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 14 15:20:28 2019 +0100 (2019-06-14) |
parents | 3af6a1c93f35 |
children | 37dbe92b4822 |
rev | line source |
---|---|
pascal@1612 | 1 # SliTaz package receipt. |
pascal@1612 | 2 |
pascal@1612 | 3 PACKAGE="bind-dev" |
pascal@19449 | 4 VERSION="9.11.0" |
pascal@1612 | 5 CATEGORY="development" |
pascal@1612 | 6 SHORT_DESC="Domain Name System development files." |
pascal@1612 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15472 | 8 LICENSE="ISC" |
pascal@20867 | 9 WEB_SITE="https://www.isc.org/" |
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 { |
pankso@3480 | 15 mkdir -p $fs/usr/lib |
pascal@14489 | 16 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@14489 | 17 cp -a $install/usr/include $fs/usr |
al@14789 | 18 find $fs -type f -name '*.la' -exec chmod a+x \{\} \; |
pascal@1612 | 19 } |
pascal@1612 | 20 |