Merge pull request #14012 from suvari/master

libtommath: new package
This commit is contained in:
Kamil ATLI
2024-04-28 15:15:34 +03:00
committed by GitHub
7 changed files with 459575 additions and 459349 deletions
+459464 -459347
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
36d895503a8bd68e748e19f755d99adafccae4b6
df1af0204e6de7d6f55461059cd50267b95fe91d
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ffc494e731e4507c86c2c44e1f2bb2e63a4230cb
6629dbe3316de43ad6f8f5150ad102e267c2285c
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX='/usr' \
-DBUILD_SHARED_LIBS=On")
def build():
cmaketools.make("-f makefile.shared")
def install():
cmaketools.rawInstall("-f makefile.shared PREFIX=/usr DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "README.md")
+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>
@@ -0,0 +1,20 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libtommath</Name>
<Summary xml:lang="tr">Tam sayı tabanlı sayılar teorisi uygulamaları için en iyilenmiş ve taşınabilir rutinler</Summary>
<Description xml:lang="tr">LibTomMath, tamamen C ile yazılmış, ücretsiz, açık kaynaklı, taşınabilir bir sayı teorik çok duyarlıklı tamsayı kütüphanesidir.</Description>
</Source>
<Package>
<Name>libtommath-devel</Name>
<Summary xml:lang="tr">libtommath için geliştirme başlıkları</Summary>
<Description xml:lang="tr">libtommath için geliştirme başlıklarını içerir.</Description>
</Package>
<Package>
<Name>libtommath-docs</Name>
<Summary xml:lang="tr">libtommath için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">libtommath için belgelendirme dosyalarını içerir.</Description>
</Package>
</PISI>