wok-current annotate libcap-pam/receipt @ rev 24350
updated meson (0.53.2 -> 0.60.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 03 09:19:33 2022 +0100 (2022-02-03) |
parents | 0a32887d9b8c |
children | 49fea3305133 |
rev | line source |
---|---|
pascal@2197 | 1 # SliTaz package receipt. |
pascal@2197 | 2 |
pascal@2197 | 3 PACKAGE="libcap-pam" |
Hans-G?nter@23015 | 4 VERSION="2.33" |
pascal@2197 | 5 CATEGORY="system-tools" |
Hans-G?nter@23015 | 6 SHORT_DESC="Support for getting and setting POSIX.1e capabilities - pam module." |
pascal@2197 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15472 | 8 LICENSE="BSD" |
Hans-G?nter@23015 | 9 WEB_SITE="https://sites.google.com/site/fullycapable/" |
Hans-G?nter@23015 | 10 |
Hans-G?nter@23015 | 11 PROVIDE="libcap:pam" |
Hans-G?nter@23015 | 12 DEPENDS="attr libcap linux pam" |
pascal@2197 | 13 WANTED="libcap" |
pascal@15472 | 14 |
pascal@2197 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2197 | 16 genpkg_rules() |
pascal@2197 | 17 { |
pascal@2197 | 18 mkdir -p $fs/lib |
Hans-G?nter@23015 | 19 cp -a $install/lib/security $fs/lib |
pascal@2197 | 20 } |
Hans-G?nter@23016 | 21 |