123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>glm</Name>
- <Homepage>http://glm.g-truc.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>C++ mathematics library</Summary>
- <Description>C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification</Description>
- <Archive sha1sum="03acee1ccc54c1ab1a30d3642cc568bfdbf83944" type="targz">https://github.com/g-truc/glm/archive/0.9.9.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>glm-0.9.9.6-install.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>glm</Name>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>glm-doc</Name>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-02-21</Date>
- <Version>0.9.9.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-09</Date>
- <Version>0.9.8.3</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-01</Date>
- <Version>0.9.8.3</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|