Date: Wednesday, February 10, 2016 @ 17:36:32 Author: fyan Revision: 161062
addpkg: lib32-libglvnd 0.0.0.20160210-1 Added: lib32-libglvnd/ lib32-libglvnd/repos/ lib32-libglvnd/trunk/ lib32-libglvnd/trunk/LICENSE lib32-libglvnd/trunk/PKGBUILD ----------+ LICENSE | 26 ++++++++++++++++++++++++++ PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) Added: lib32-libglvnd/trunk/LICENSE =================================================================== --- lib32-libglvnd/trunk/LICENSE (rev 0) +++ lib32-libglvnd/trunk/LICENSE 2016-02-10 16:36:32 UTC (rev 161062) @@ -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 Added: lib32-libglvnd/trunk/PKGBUILD =================================================================== --- lib32-libglvnd/trunk/PKGBUILD (rev 0) +++ lib32-libglvnd/trunk/PKGBUILD 2016-02-10 16:36:32 UTC (rev 161062) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> + +pkgname=lib32-libglvnd +pkgver=0.0.0.20160210 +_commit=236710018777d8b16f62b5c275e3ee95af7052cd +pkgrel=1 +pkgdesc="The GL Vendor-Neutral Dispatch library" +arch=('i686' 'x86_64') +url="https://github.com/NVIDIA/libglvnd" +license=('custom:BSD-like') +depends=('lib32-libxext' 'libglvnd') +makedepends=('xorg-server-devel' 'git' 'python2') +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() { + 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" +} Property changes on: lib32-libglvnd/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
