Files
main/programming/library/glm/pspec.xml
T
2025-02-08 22:31:08 +03:00

69 lines
2.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>glm</Name>
<Homepage>https://github.com/g-truc/glm</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="4f3af30e789974241f9fc3d81d313049aa4b38f6" type="targz">https://github.com/g-truc/glm/archive/1.0.1/glm-1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>glm</Name>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/glm</Path>
<Path fileType="doc">/usr/share/doc/glm/copying.txt</Path>
</Files>
</Package>
<Package>
<Name>glm-doc</Name>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2025-02-08</Date>
<Version>1.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>