Files
2025-02-23 12:15:57 +03:00

67 lines
2.5 KiB
XML
Raw Permalink 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>libtomcrypt</Name>
<Homepage>https://www.libtom.net/</Homepage>
<Packager>
<Name>Aydın Demirel</Name>
<Email>aydin.demirel@pisilinux.org</Email>
</Packager>
<License>custom:PublicDomain</License>
<IsA>app:library</IsA>
<Summary>A Cryptographic toolkit</Summary>
<Description>LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. </Description>
<Archive sha1sum="55bd8c2015f39bba73aca13b5e4e37f44a292b3f" type="tarxz">https://github.com/libtom/libtomcrypt/releases/download/v1.18.2/crypt-1.18.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>libtommath-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libtomcrypt</Name>
<RuntimeDependencies>
<Dependency>libtommath</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/*</Path>
</Files>
</Package>
<Package>
<Name>libtomcrypt-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libtomcrypt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-02-23</Date>
<Version>1.18.2</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2024-08-20</Date>
<Version>1.18.2</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2024-06-02</Date>
<Version>1.18.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>