54 lines
1.2 KiB
YAML
54 lines
1.2 KiB
YAML
name: linux-stable
|
|
description: The stable version of the linux kernel
|
|
version: 7.1.3
|
|
revision: 1
|
|
url: https://www.kernel.org/
|
|
license: GPL2-only
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
make_depends:
|
|
- bc
|
|
- clang
|
|
- cpio
|
|
- gettext
|
|
- libelf
|
|
- lld
|
|
- llvm
|
|
- openssl
|
|
- pahole
|
|
- perl
|
|
- rustc
|
|
- rust-bindgen
|
|
- rust-src
|
|
- xz-utils
|
|
- zlib
|
|
- zstd
|
|
downloads:
|
|
- url: https://cdn.kernel.org/pub/linux/kernel/v${BPM_PKG_VERSION%%.*}.x/linux-${BPM_PKG_VERSION}.tar.xz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: be41c068e88f5242a19bccdbffbe077b18c47b45f627e2325504b4fab79dd1dc
|
|
split_packages:
|
|
- name: linux-stable
|
|
optional_depends:
|
|
- linux-stable-docs:For documentation
|
|
- linux-stable-headers:For building modules
|
|
- name: linux-stable-headers
|
|
description: The stable version of the linux kernel (Headers)
|
|
depends:
|
|
- linux-stable
|
|
- binutils
|
|
- lld
|
|
- llvm
|
|
- openssl
|
|
- pahole
|
|
- xxhash
|
|
- zlib
|
|
- zstd
|
|
- name: linux-stable-docs
|
|
description: The stable version of the linux kernel (Documentation)
|
|
depends:
|
|
- linux-stable
|