Files
libseccomp/pkg.info
T
2026-05-08 14:39:52 +03:00

35 lines
924 B
Plaintext

name: libseccomp
description: Library providing an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism
version: 2.6.0
revision: 2
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: 83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc
split_packages:
- name: libseccomp
- name: python-libseccomp
description: Python module for libseccomp
depends:
- glibc
- python3=3.14.*