Archived
3
0
This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
recipes/linux/recipe.spec
Luka Vandervelden a5e68e70c6 Initial commit.
Recipes still untested at this point.
2019-08-03 12:06:11 +02:00

12 lines
252 B
RPMSpec

name: linux
version: 5.2.4
release: 1
sources: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
@build
true
@install
mkdir -p '%{pkg}/usr'
cd 'linux-%{version}' && make headers_%{name} ARCH=x86_64 INSTALL_HDR_PATH='%{pkg}/usr'