wok view libcap-pam/receipt @ rev 25421

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 10 07:02:08 2022 +0000 (21 months ago)
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 }