# Arctic-rt-kernel - Arctic kernel with full preemption, for audio work
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=Arctic-rt-kernel
version=7.1.3
release=1
desc="Arctic kernel with full preemption, for audio work"
url="https://kernel.org/"
license="GPL-2.0-only"
depend="glibc"
makedepend="clang lld bmake"
source="https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.3.tar.xz"
sha256="SKIP"

build() {
	cd "linux-7.1.3"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "linux-7.1.3"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
