wok view libcap-pam/receipt @ rev 25470
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 07 10:48:59 2022 +0000 (2022-10-07) |
parents | fd77b7a17bd3 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-pam"
4 VERSION="2.63"
5 CATEGORY="system-tools"
6 SHORT_DESC="Support for getting and setting POSIX.1e capabilities - pam module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://sites.google.com/site/fullycapable/"
11 PROVIDE="libcap:pam"
12 DEPENDS="attr libcap linux pam"
13 WANTED="libcap"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_folders security
19 }