pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>glm</Name>
  6. <Homepage>http://glm.g-truc.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>C++ mathematics library</Summary>
  14. <Description>C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification</Description>
  15. <Archive sha1sum="03acee1ccc54c1ab1a30d3642cc568bfdbf83944" type="targz">https://github.com/g-truc/glm/archive/0.9.9.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch>glm-0.9.9.6-install.patch</Patch>
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>glm</Name>
  25. <Files>
  26. <Path fileType="header">/usr/include</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>glm-doc</Name>
  32. <Files>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2020-02-21</Date>
  39. <Version>0.9.9.6</Version>
  40. <Comment>Version bump.</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2018-08-09</Date>
  46. <Version>0.9.8.3</Version>
  47. <Comment>First release</Comment>
  48. <Name>Pisi Linux Admins</Name>
  49. <Email>admins@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2017-01-01</Date>
  53. <Version>0.9.8.3</Version>
  54. <Comment>First release</Comment>
  55. <Name>Pisi Linux Admins</Name>
  56. <Email>admins@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>