wok view libcap-pam/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents 02bd8097e11e
children 01516e577f36
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-pam"
4 VERSION="2.10"
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"
9 WEB_SITE="http://www.kernel.org/pub/linux/libs/security/linux-privs/"
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
18 }