46 lines
975 B
YAML
46 lines
975 B
YAML
name: udev
|
|
description: Userspace device file manager
|
|
version: "261.2"
|
|
revision: 1
|
|
url: https://github.com/systemd/systemd
|
|
license: GPL-2.0-or-later,LGPL-2.1-or-later
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
make_depends:
|
|
- acl
|
|
- bash-completion
|
|
- docbook-xsl-nons
|
|
- gperf
|
|
- hwdata
|
|
- intltool
|
|
- kbd
|
|
- kmod
|
|
- libxcrypt
|
|
- meson
|
|
- python-jinja
|
|
- rsync
|
|
- util-linux
|
|
downloads:
|
|
- url: https://github.com/systemd/systemd/archive/v${BPM_PKG_VERSION}/systemd-${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: ed1059ff964f5df35b6056434cc17cc83f86dc913f10489948a0b19b6081c5ec
|
|
split_packages:
|
|
- name: udev
|
|
depends:
|
|
- acl
|
|
- bash
|
|
- hwdata
|
|
- kbd
|
|
- kmod
|
|
- libudev
|
|
- util-linux
|
|
- name: libudev
|
|
description: Udev library for enumerating and introspecting local devices
|
|
depends:
|
|
- gcc-libs
|
|
- glibc
|
|
- libcap
|