forked from ports/contrib
libcap: initial commit
This commit is contained in:
parent
756b06ce08
commit
7413884710
32
libcap/.footprint
Normal file
32
libcap/.footprint
Normal file
@ -0,0 +1,32 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/sys/
|
||||
-rw-r--r-- root/root usr/include/sys/capability.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libcap.so -> libcap.so.1
|
||||
lrwxrwxrwx root/root usr/lib/libcap.so.1 -> libcap.so.1.10
|
||||
-rw-r--r-- root/root usr/lib/libcap.so.1.10
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man2/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/_cap_names.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_clear.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_copy_ext.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_copy_int.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_dup.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_free.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_from_text.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_get_flag.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_get_proc.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_init.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_set_flag.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_set_proc.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_size.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_to_text.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/capgetp.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/capsetp.3.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/execcap
|
||||
-rwxr-xr-x root/root usr/sbin/getpcaps
|
||||
-rwxr-xr-x root/root usr/sbin/setpcaps
|
||||
-rwxr-xr-x root/root usr/sbin/sucap
|
1
libcap/.md5sum
Normal file
1
libcap/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
2c09eea823f67cfdde96177a959bc39b libcap-1.10.tar.gz
|
23
libcap/Pkgfile
Normal file
23
libcap/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# $Id: Pkgfile,v 1.1 2006/09/07 11:44:29 aon Exp $
|
||||
# Description: POSIX.1e capabilities library
|
||||
# URL: http://linux.kernel.org/pub/linux/libs/security/linux-privs/
|
||||
# Maintainer: Antti Nykänen, aon at iki dot fi
|
||||
# Depends on:
|
||||
|
||||
name=libcap
|
||||
version=1.10
|
||||
release=1
|
||||
source=(ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd libcap-$version
|
||||
make
|
||||
make \
|
||||
INCDIR=$PKG/usr/include \
|
||||
LIBDIR=$PKG/usr/lib \
|
||||
SBINDIR=$PKG/usr/sbin \
|
||||
MANDIR=$PKG/usr/man install
|
||||
|
||||
# these conflict with core/man-pages
|
||||
rm $PKG/usr/man/man2/cap{get,set}.2
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user