[arch-commits] Commit in glm/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Sep 14 12:09:52 UTC 2016


    Date: Wednesday, September 14, 2016 @ 12:09:51
  Author: svenstaro
Revision: 189304

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
    (from rev 189303, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-14 12:09:40 UTC (rev 189303)
+++ PKGBUILD	2016-09-14 12:09:51 UTC (rev 189304)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Peter Hatina <phatina AT gmail.com>
-pkgname=glm
-pkgver=0.9.7.6
-pkgrel=1
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification"
-arch=('any')
-license=('MIT')
-url="http://glm.g-truc.net"
-makedepends=('cmake')
-source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip")
-md5sums=('d0ed95bf9afeacb31cbe013ae1b0839b')
-
-package() {
-    cd $pkgname
-
-    mkdir build
-    cd build
-
-    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-    make DESTDIR=$pkgdir install
-
-    cd ..
-
-    mkdir -p $pkgdir/usr/share/doc
-    cp -r doc $pkgdir/usr/share/doc/glm
-
-    find $pkgdir -type f -exec chmod 644 {} \;
-    find $pkgdir -type d -exec chmod 755 {} \;
-
-    install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 189303, glm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-14 12:09:51 UTC (rev 189304)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Peter Hatina <phatina AT gmail.com>
+pkgname=glm
+pkgver=0.9.8.0
+pkgrel=1
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net"
+makedepends=('cmake')
+source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip")
+md5sums=('b24613c1f7e16f504d936ae3ac1f4917')
+
+package() {
+    cd $pkgname
+
+    mkdir build
+    cd build
+
+    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+    make DESTDIR=$pkgdir install
+
+    cd ..
+
+    mkdir -p $pkgdir/usr/share/doc
+    cp -r doc $pkgdir/usr/share/doc/glm
+
+    find $pkgdir -type f -exec chmod 644 {} \;
+    find $pkgdir -type d -exec chmod 755 {} \;
+
+    install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list