75 lines
2.7 KiB
XML
75 lines
2.7 KiB
XML
<?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>
|