Files
libseccomp/info.yml
T

35 lines
924 B
YAML

name: libseccomp
description: Library providing an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism
version: 2.6.1
revision: 1
url: https://github.com/seccomp/libseccomp
license: LGPL2.1
maintainers:
- [email protected]
architecture: any
type: source
depends:
- glibc
make_depends:
- python-cython
- gperf
- python3=3.14.*
- python-build
- python-installer
- python-setuptools
- python-wheel
check_depends:
- valgrind
downloads:
- url: https://github.com/seccomp/libseccomp/releases/download/v${BPM_PKG_VERSION}/libseccomp-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 501f66c667225d53791b97e1d7cf85ab764c297d04881f60f38f451c4b0ee1be
split_packages:
- name: libseccomp
- name: python-libseccomp
description: Python module for libseccomp
depends:
- glibc
- python3=3.14.*