Files
main/programming/misc/libtommath/pspec.xml
T
2025-02-23 12:15:57 +03:00

75 lines
2.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libtommath</Name>
<Homepage>https://www.libtom.net/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>AS IS</License>
<Icon>libtommath</Icon>
<IsA>library</IsA>
<Summary>Highly optimized and portable routines for integer based number theoretic applications</Summary>
<Description>LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.</Description>
<Archive sha1sum="7d89d783504f32bbafc04e9b79ad2765917068fc" type="tarxz">https://github.com/libtom/libtommath/releases/download/v1.3.1-rc1/ltm-1.3.1-rc1.tar.xz</Archive>
<Patches>
<!-- <Patch></Patch> -->
</Patches>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libtommath</Name>
<Files>
<Path fileType="library">/usr/lib/libtommath*</Path>
</Files>
</Package>
<Package>
<Name>libtommath-devel</Name>
<Summary>Development headers for libtommath</Summary>
<Description>libtommath-devel provides development headers for libtommath.</Description>
<RuntimeDependencies>
<Dependency release="current">libtommath</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libtommath-docs</Name>
<IsA>data:doc</IsA>
<Summary>Documentation files for libtommath</Summary>
<Description>libtommath-docs provides documentation files for libtommath.</Description>
<RuntimeDependencies>
<Dependency release="current">libtommath</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-02-23</Date>
<Version>1.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2024-04-28</Date>
<Version>1.3.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>