pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmcrypt</Name>
  6. <Homepage>http://mcrypt.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>A thread-safe encryption library</Summary>
  14. <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>
  15. <Archive sha1sum="b4d4d8851db543e6fda80572a54a4901b4e767da" type="tarbz2">mirrors://sourceforge/mcrypt/libmcrypt-2.5.8.tar.bz2</Archive>
  16. <Patches>
  17. <Patch level="1">libmcrypt-2.5.8-nolibltdl.patch</Patch>
  18. <Patch level="1">libmcrypt-2.5.8-prototypes.patch</Patch>
  19. <Patch level="1">libmcrypt-2.5.8-uninitialized.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>libmcrypt</Name>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc/libmcrypt</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>libmcrypt-devel</Name>
  31. <Summary>Development files for libmcrypt</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libmcrypt</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/share/aclocal</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="5">
  44. <Date>2020-02-22</Date>
  45. <Version>2.5.8</Version>
  46. <Comment>Rebuild</Comment>
  47. <Name>İdris Kalp</Name>
  48. <Email>idriskalp@gmail.com</Email>
  49. </Update>
  50. <Update release="4">
  51. <Date>2018-08-10</Date>
  52. <Version>2.5.8</Version>
  53. <Comment>Rebuild New T.</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2017-09-19</Date>
  59. <Version>2.5.8</Version>
  60. <Comment>Release Bump</Comment>
  61. <Name>Kamil Atlı</Name>
  62. <Email>suvari@pisilinux.org</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2016-06-08</Date>
  66. <Version>2.5.8</Version>
  67. <Comment>Release Bump</Comment>
  68. <Name>Pisi Linux Community</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2014-01-31</Date>
  73. <Version>2.5.8</Version>
  74. <Comment>First release</Comment>
  75. <Name>Stefan Gronewold(groni)</Name>
  76. <Email>groni@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>