wok view libcap-pam/receipt @ rev 15044

Qt4-qca-ossl: no libqca-ossl.so.debug
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:28:51 2013 +0000 (2013-08-12)
parents cf96490d634c
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-pam"
4 VERSION="2.19"
5 CATEGORY="system-tools"
6 SHORT_DESC="Support for getting/setting POSIX.1e capabilities, pam module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="linux libcap pam attr"
9 WEB_SITE="http://sites.google.com/site/fullycapable/"
10 WANTED="libcap"
11 PROVIDE="libcap:pam"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/lib
17 cp -a $_pkg/lib/security $fs/lib
18 }