wok annotate libcap-pam/receipt @ rev 23666

created recipe for spacefm-lang
author Hans-G?nter Theisgen
date Sat Apr 25 07:35:58 2020 +0100 (2020-04-25)
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