wok-stable view libcap-pam/receipt @ rev 6687

Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 21:49:16 2010 +0000 (2010-10-12)
parents 759a344ac7ab
children 45f312f988e6
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-pam"
4 VERSION="2.16"
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://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/lib
18 }