1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?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>
|