[arch-commits] Commit in lib32-libglvnd/repos (3 files)

Laurent Carlier lcarlier at archlinux.org
Mon Feb 13 10:44:19 UTC 2017


    Date: Monday, February 13, 2017 @ 10:44:18
  Author: lcarlier
Revision: 212100

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libglvnd/repos/multilib-staging-x86_64/
  lib32-libglvnd/repos/multilib-staging-x86_64/LICENSE
    (from rev 212099, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-staging-x86_64/PKGBUILD
    (from rev 212099, lib32-libglvnd/trunk/PKGBUILD)

----------+
 LICENSE  |   26 ++++++++++++++++++++++++++
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: lib32-libglvnd/repos/multilib-staging-x86_64/LICENSE (from rev 212099, lib32-libglvnd/trunk/LICENSE)
===================================================================
--- multilib-staging-x86_64/LICENSE	                        (rev 0)
+++ multilib-staging-x86_64/LICENSE	2017-02-13 10:44:18 UTC (rev 212100)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-staging-x86_64/PKGBUILD (from rev 212099, lib32-libglvnd/trunk/PKGBUILD)
===================================================================
--- multilib-staging-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-staging-x86_64/PKGBUILD	2017-02-13 10:44:18 UTC (rev 212100)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lib32-libglvnd
+pkgver=0.2.999+g4ba53457
+_commit=4ba5345742d6c98b528ac28fb7127006d2cc3f75
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('x86_64')
+url="https://github.com/NVIDIA/libglvnd"
+license=('custom:BSD-like')
+makedepends=('lib32-libx11' 'lib32-libxext' 'glproto' 'git' 'python')
+provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+#source=("git+https://github.com/NVIDIA/libglvnd.git#tag=v$pkgver"
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit")
+sha1sums=('SKIP')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd libglvnd
+  ./autogen.sh
+  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
+  make
+}
+
+package() {
+  depends=('lib32-libxext' 'libglvnd' 'lib32-opengl-driver')
+  cd libglvnd
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir/usr/include"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libglvnd "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list