[arch-commits] Commit in glu/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Jun 25 05:26:57 UTC 2021


    Date: Friday, June 25, 2021 @ 05:26:57
  Author: andyrtr
Revision: 418689

archrelease: copy trunk to testing-x86_64

Added:
  glu/repos/testing-x86_64/
  glu/repos/testing-x86_64/PKGBUILD
    (from rev 418688, glu/trunk/PKGBUILD)

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

Copied: glu/repos/testing-x86_64/PKGBUILD (from rev 418688, glu/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-06-25 05:26:57 UTC (rev 418689)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=glu
+pkgver=9.0.2
+pkgrel=1
+pkgdesc="Mesa OpenGL Utility library"
+arch=('x86_64')
+url="https://cgit.freedesktop.org/mesa/glu/"
+license=('LGPL')
+depends=('libgl')
+makedepends=('meson')
+source=(https://mesa.freedesktop.org/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('2517d7406bb643d12c017a95dcb5d8716f307344332638bcbdf274a90752a7c22165d34745f1b082ed916bb07d40e62d1d1d67d96426225be63166f3480d6f64'
+            'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+    -D default_library=shared
+
+  # Print config
+  meson configure build
+
+  ninja -C build
+  meson compile -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}




More information about the arch-commits mailing list