wok-6.x annotate bind-dev/receipt @ rev 24727
cookutils: add repo-cooking (used by tank)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 15 10:59:31 2022 +0000 (2022-03-15) |
parents | 37dbe92b4822 |
children |
rev | line source |
---|---|
pascal@1612 | 1 # SliTaz package receipt. |
pascal@1612 | 2 |
pascal@1612 | 3 PACKAGE="bind-dev" |
Hans-G?nter@22536 | 4 VERSION="9.14.9" |
pascal@1612 | 5 CATEGORY="development" |
Hans-G?nter@22536 | 6 SHORT_DESC="Domain Name System - development files." |
pascal@1612 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15472 | 8 LICENSE="ISC" |
Hans-G?nter@22536 | 9 WEB_SITE="https://www.isc.org/bind/" |
Hans-G?nter@22536 | 10 |
pascal@1612 | 11 WANTED="bind" |
pascal@1612 | 12 |
pascal@1612 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1612 | 14 genpkg_rules() |
pascal@1612 | 15 { |
pankso@3480 | 16 mkdir -p $fs/usr/lib |
Hans-G?nter@22536 | 17 |
Hans-G?nter@22536 | 18 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@22536 | 19 cp -a $install/usr/include $fs/usr |
al@14789 | 20 find $fs -type f -name '*.la' -exec chmod a+x \{\} \; |
pascal@1612 | 21 } |
Hans-G?nter@22537 | 22 |