libtommath: new package

This commit is contained in:
suvari
2024-04-28 15:12:44 +03:00
parent 62523628bf
commit 792142b424
7 changed files with 459575 additions and 459349 deletions
+67
View File
@@ -0,0 +1,67 @@
<?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="d8edd632f37449e5954f4291db59239dc0ecf5df" type="tarxz">https://github.com/libtom/libtommath/releases/download/v1.3.0/ltm-1.3.0.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="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>