mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-18 06:12:35 +01:00
28 lines
857 B
Plaintext
28 lines
857 B
Plaintext
maintainer="Achill Gilgenast <achill@achill.org>"
|
|
pkgname=vmlinux.h
|
|
pkgver=6.18
|
|
_commit=991dd4b8dfd8c9d62ce8999521b24f61d9b7fc52
|
|
pkgrel=0
|
|
pkgdesc="Development-only vmlinux.h header files"
|
|
url="https://github.com/libbpf/vmlinux.h"
|
|
arch="all"
|
|
license="GPL-2.0-only" # generated by linux
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/libbpf/vmlinux.h/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
options="!archcheck !check" # arch-specific, no tests
|
|
|
|
case "$CARCH" in
|
|
arm*) _arch=arm;;
|
|
ppc*) _arch=powerpc;;
|
|
*) _arch=$CARCH;;
|
|
esac
|
|
|
|
package() {
|
|
install -Dm644 include/$_arch/vmlinux_*.h \
|
|
"$pkgdir"/usr/include/bpf/vmlinux.h
|
|
}
|
|
|
|
sha512sums="
|
|
e08b427c9e1d2e2c4ab26f661c9c1544a82ec534282932ebecbbd11f55861783f4465c838295053af80042b532f6e2a769f0856bc89c148e4fc4ce6f70b2fa7c vmlinux.h-991dd4b8dfd8c9d62ce8999521b24f61d9b7fc52.tar.gz
|
|
"
|