[arch-commits] Commit in glslang/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Apr 13 04:57:08 UTC 2016
Date: Wednesday, April 13, 2016 @ 06:57:08
Author: svenstaro
Revision: 170805
archrelease: copy trunk to community-x86_64, community-i686
Added:
glslang/repos/community-i686/
glslang/repos/community-i686/PKGBUILD
(from rev 170804, glslang/trunk/PKGBUILD)
glslang/repos/community-x86_64/
glslang/repos/community-x86_64/PKGBUILD
(from rev 170804, glslang/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: glslang/repos/community-i686/PKGBUILD (from rev 170804, glslang/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-13 04:57:08 UTC (rev 170805)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=glslang
+_gitver=e1cd410
+pkgver=3.0.git.${_gitver}
+pkgrel=1
+pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64' 'i686')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'git')
+source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
+sha256sums=('SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}"
+
+ mkdir build && cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}/build"
+ make DESTDIR="${pkgdir}" install
+}
Copied: glslang/repos/community-x86_64/PKGBUILD (from rev 170804, glslang/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-13 04:57:08 UTC (rev 170805)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=glslang
+_gitver=e1cd410
+pkgver=3.0.git.${_gitver}
+pkgrel=1
+pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64' 'i686')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'git')
+source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
+sha256sums=('SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}"
+
+ mkdir build && cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}/build"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list