wok-current annotate openldap-dev/receipt @ rev 23330
updated perl-file-find-rule (0.32 -> 0.34)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 17:49:29 2020 +0100 (2020-03-30) |
parents | 9eb4a7f42423 |
children | 848e2021d813 |
rev | line source |
---|---|
pascal@1155 | 1 # SliTaz package receipt. |
pascal@1155 | 2 |
pascal@1155 | 3 PACKAGE="openldap-dev" |
pankso@10431 | 4 VERSION="2.4.25" |
pascal@1423 | 5 CATEGORY="development" |
pascal@1155 | 6 SHORT_DESC="LDAP database development files." |
pascal@1155 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15473 | 8 LICENSE="BSD" |
pascal@23174 | 9 WEB_SITE="https://www.openldap.org/" |
pascal@15473 | 10 WANTED="openldap" |
pascal@15473 | 11 |
slaxemulator@7156 | 12 DEPENDS="openldap libldap" |
pascal@1155 | 13 |
pascal@1155 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1155 | 15 genpkg_rules() |
pascal@1155 | 16 { |
pascal@1155 | 17 mkdir -p $fs/usr/lib |
pascal@15473 | 18 cp -a $install/usr/include $fs/usr |
pascal@15473 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@1155 | 20 } |
Hans-G?nter@21632 | 21 |