[arch-commits] Commit in linux-api-headers/repos (testing-any testing-any/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Feb 5 06:13:20 UTC 2020


    Date: Wednesday, February 5, 2020 @ 06:13:19
  Author: bpiotrowski
Revision: 374617

archrelease: copy trunk to testing-any

Added:
  linux-api-headers/repos/testing-any/
  linux-api-headers/repos/testing-any/PKGBUILD
    (from rev 374616, linux-api-headers/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: linux-api-headers/repos/testing-any/PKGBUILD (from rev 374616, linux-api-headers/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2020-02-05 06:13:19 UTC (rev 374617)
@@ -0,0 +1,33 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=5.4.17
+pkgrel=1
+pkgdesc='Kernel headers sanitized for use in userspace'
+arch=(any)
+url='https://www.gnu.org/software/libc'
+license=(GPL2)
+makedepends=('rsync')
+source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
+md5sums=('208ec24f003490b25a671cd3d9483b9c'
+         'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+              '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+build() {
+  cd linux-$pkgver
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd linux-$pkgver
+  make INSTALL_HDR_PATH="$pkgdir/usr" headers_install
+
+  # use headers from libdrm
+  rm -r "$pkgdir/usr/include/drm"
+}



More information about the arch-commits mailing list