[arch-commits] Commit in glm/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Aug 21 18:45:52 UTC 2016
Date: Sunday, August 21, 2016 @ 18:45:51
Author: svenstaro
Revision: 187251
archrelease: copy trunk to community-any
Added:
glm/repos/community-any/PKGBUILD
(from rev 187250, glm/trunk/PKGBUILD)
Deleted:
glm/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-21 18:45:46 UTC (rev 187250)
+++ PKGBUILD 2016-08-21 18:45:51 UTC (rev 187251)
@@ -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.5
-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=('8d8da9c561e43c975946be9c6d37935d')
-
-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 187250, glm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-08-21 18:45:51 UTC (rev 187251)
@@ -0,0 +1,32 @@
+# 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
+}
More information about the arch-commits
mailing list