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: - enumdev@enumerated.dev 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.*