Switch to new package format
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
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: 3
|
||||
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.*
|
||||
Reference in New Issue
Block a user