Files
main/util/crypt/libmcrypt/pspec.xml
T
2020-02-22 19:19:10 +03:00

83 lines
3.1 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 "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libmcrypt</Name>
<Homepage>http://mcrypt.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>A thread-safe encryption library</Summary>
<Description>libmcrypt is a thread-safe encryption library. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers.</Description>
<Archive sha1sum="b4d4d8851db543e6fda80572a54a4901b4e767da" type="tarbz2">mirrors://sourceforge/mcrypt/libmcrypt-2.5.8.tar.bz2</Archive>
<Patches>
<Patch level="1">libmcrypt-2.5.8-nolibltdl.patch</Patch>
<Patch level="1">libmcrypt-2.5.8-prototypes.patch</Patch>
<Patch level="1">libmcrypt-2.5.8-uninitialized.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libmcrypt</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/libmcrypt</Path>
</Files>
</Package>
<Package>
<Name>libmcrypt-devel</Name>
<Summary>Development files for libmcrypt</Summary>
<RuntimeDependencies>
<Dependency release="current">libmcrypt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-02-22</Date>
<Version>2.5.8</Version>
<Comment>Rebuild</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-10</Date>
<Version>2.5.8</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-09-19</Date>
<Version>2.5.8</Version>
<Comment>Release Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>2.5.8</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-01-31</Date>
<Version>2.5.8</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>