forked from ports/contrib
libseccomp: inital import
This commit is contained in:
parent
0439449eb9
commit
18e1816c06
22
libseccomp/.footprint
Normal file
22
libseccomp/.footprint
Normal file
@ -0,0 +1,22 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/seccomp.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libseccomp.so -> libseccomp.so.1.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libseccomp.so.1 -> libseccomp.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libseccomp.so.1.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libseccomp.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_attr_get.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_attr_set.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_export_bpf.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_export_pfc.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_init.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_load.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_release.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_reset.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_rule_add.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_rule_add_exact.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/seccomp_syscall_priority.3.gz
|
1
libseccomp/.md5sum
Normal file
1
libseccomp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e9796bce21fab55fd661be4ee618211d libseccomp-1.0.0.tar.gz
|
20
libseccomp/Pkgfile
Normal file
20
libseccomp/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: library for Linux' syscall filtering mechanism seccomp
|
||||
# URL: http://sourceforge.net/projects/libseccomp
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
|
||||
name=libseccomp
|
||||
version=1.0.0
|
||||
release=1
|
||||
source=(http://prdownloads.sf.net/project/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
rm -r $PKG/usr/share
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user