wok diff libcap-pam/receipt @ rev 23015

updated libcap, libcap-dev and libcap-pam (2.24 -> 2.33)
author Hans-G?nter Theisgen
date Tue Mar 03 11:11:03 2020 +0100 (2020-03-03)
parents 132cb5109518
children fd77b7a17bd3
line diff
     1.1 --- a/libcap-pam/receipt	Sat Feb 14 22:17:55 2015 +0000
     1.2 +++ b/libcap-pam/receipt	Tue Mar 03 11:11:03 2020 +0100
     1.3 @@ -1,20 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcap-pam"
     1.7 -VERSION="2.24"
     1.8 +VERSION="2.33"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Support for getting/setting POSIX.1e capabilities, pam module."
    1.11 +SHORT_DESC="Support for getting and setting POSIX.1e capabilities - pam module."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://sites.google.com/site/fullycapable/"
    1.15 +WEB_SITE="https://sites.google.com/site/fullycapable/"
    1.16 +
    1.17 +PROVIDE="libcap:pam"
    1.18 +DEPENDS="attr libcap linux pam"
    1.19  WANTED="libcap"
    1.20 -PROVIDE="libcap:pam"
    1.21 -
    1.22 -DEPENDS="linux libcap pam attr"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/lib
    1.28 -	cp -a $install/lib/security $fs/lib
    1.29 +	cp -a $install/lib/security	$fs/lib
    1.30  }