wok view libcap-pam/receipt @ rev 24019

syslinux: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 16:32:57 2021 +0000 (2021-02-28)
parents 0a32887d9b8c
children 49fea3305133
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-pam"
4 VERSION="2.33"
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 mkdir -p $fs/lib
19 cp -a $install/lib/security $fs/lib
20 }