Date: Wednesday, October 16, 2013 @ 13:24:35 Author: svenstaro Revision: 98644
upgpkg: glm 0.9.4.6-2 Fix FS#37333 and also install license Modified: glm/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-16 04:09:11 UTC (rev 98643) +++ PKGBUILD 2013-10-16 11:24:35 UTC (rev 98644) @@ -2,7 +2,7 @@ # Contributor: Peter Hatina <phatina AT gmail.com> pkgname=glm pkgver=0.9.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification" arch=('any') license=('MIT') @@ -19,4 +19,7 @@ rm -f $pkgdir/usr/include/glm/CMakeLists.txt find $pkgdir -type f -exec chmod 644 {} \; find $pkgdir -type d -exec chmod 755 {} \; + + install -Dm644 util/FindGLM.cmake $pkgdir/usr/share/cmake-2.8/Modules/FindGLM.cmake + install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE }