29 lines
761 B
YAML
29 lines
761 B
YAML
name: libcap-ng
|
|
description: A library for Linux that makes using posix capabilities easy
|
|
version: 0.9.3
|
|
revision: 2
|
|
url: https://people.redhat.com/sgrubb/libcap-ng/
|
|
license: GPL-2.0-or-later,LGPL-2.1-or-later
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- glibc
|
|
make_depends:
|
|
- bash-completion
|
|
- python3
|
|
- swig
|
|
downloads:
|
|
- url: https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: fe11ebbb55904763b3532f19069f13ec319042634620180a03bd4653d301563e
|
|
split_packages:
|
|
- name: libcap-ng
|
|
- name: python-capng
|
|
description: Python bindings for libcap-ng
|
|
depends:
|
|
- libcap-ng
|
|
- python3=3.14.*
|