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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 15 23:26:00 UTC 2017


    Date: Sunday, January 15, 2017 @ 23:25:59
  Author: svenstaro
Revision: 207520

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 23:25:51 UTC (rev 207519)
+++ PKGBUILD	2017-01-15 23:25:59 UTC (rev 207520)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Peter Hatina <phatina AT gmail.com>
-pkgname=glm
-pkgver=0.9.8.3
-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=('8f1c44a6486f0060bc7f7e3e32b4d169')
-
-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 207519, glm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 23:25:59 UTC (rev 207520)
@@ -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.3
+pkgrel=2
+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=('8f1c44a6486f0060bc7f7e3e32b4d169')
+
+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