pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libgcrypt</Name>
  6. <Homepage>http://www.gnupg.org/</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>General purpose crypto library</Summary>
  14. <Description>Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard.</Description>
  15. <Archive sha1sum="d2b9e0f413064cfc67188f80d3cbda887c755a62" type="tarbz2">http://gd.tuwien.ac.at/pub/gnupg/libgcrypt/libgcrypt-1.7.6.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libgpg-error-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libgcrypt</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libgpg-error</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="config">/etc/gcrypt</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="info">/usr/share/info</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>libgcrypt-devel</Name>
  36. <PartOf>system.devel</PartOf>
  37. <Summary>Development files for libgcrypt</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">libgcrypt</Dependency>
  40. <Dependency>libgpg-error-devel</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. <Path fileType="data">/usr/share/aclocal</Path>
  46. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  47. <Path fileType="executable">/usr/bin/*-config</Path>
  48. </Files>
  49. </Package>
  50. <Package>
  51. <Name>libgcrypt-32bit</Name>
  52. <PartOf>emul32</PartOf>
  53. <Summary>32-bit shared libraries for libgcrypt</Summary>
  54. <BuildType>emul32</BuildType>
  55. <BuildDependencies>
  56. <Dependency>libgpg-error-32bit</Dependency>
  57. </BuildDependencies>
  58. <RuntimeDependencies>
  59. <Dependency>libgpg-error-32bit</Dependency>
  60. <Dependency release="current">libgcrypt</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="library">/usr/lib32</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="4">
  68. <Date>2017-01-24</Date>
  69. <Version>1.7.6</Version>
  70. <Comment>Version bump..</Comment>
  71. <Name>Ertuğrul Erata</Name>
  72. <Email>ertugrulerata@gmail.com</Email>
  73. </Update>
  74. <Update release="3">
  75. <Date>2016-12-24</Date>
  76. <Version>1.7.5</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Stefan Gronewold</Name>
  79. <Email>groni@pisilinux.org</Email>
  80. </Update>
  81. <Update release="2">
  82. <Date>2016-04-27</Date>
  83. <Version>1.6.5</Version>
  84. <Comment>Release Bump</Comment>
  85. <Name>PisiLinux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2016-03-08</Date>
  90. <Version>1.6.5</Version>
  91. <Comment>First release</Comment>
  92. <Name>Alihan Öztürk</Name>
  93. <Email>alihan@pisilinux.org</Email>
  94. </Update>
  95. </History>
  96. </PISI>