pspec.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nettle</Name>
  6. <Homepage>http://www.gnu.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>The Nettle package contains the low-level cryptographic library</Summary>
  14. <Description>The Nettle package contains the low-level cryptographic library that is designed to fit easily in many contexts.</Description>
  15. <Archive sha1sum="bf2b4d3a41192ff6177936d7bc3bee4cebeb86c4" type="targz">ftp://ftp.gnu.org/gnu/nettle/nettle-3.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gmp-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>nettle</Name>
  22. <RuntimeDependencies>
  23. <Dependency>gmp</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="data">/usr/share/info</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>nettle-devel</Name>
  34. <Summary>Nettle için geliştirme dosyaları</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">nettle</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="header">/usr/lib/pkgconfig/nettle.pc</Path>
  41. <Path fileType="header">/usr/lib/pkgconfig/hogweed.pc</Path>
  42. <Path fileType="library">/usr/lib32/pkgconfig/nettle.pc</Path>
  43. <Path fileType="library">/usr/lib32/pkgconfig/hogweed.pc</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>nettle-32bit</Name>
  48. <PartOf>emul32</PartOf>
  49. <Summary>32-bit shared libraries for nettle</Summary>
  50. <BuildType>emul32</BuildType>
  51. <BuildDependencies>
  52. <Dependency>gmp-32bit</Dependency>
  53. </BuildDependencies>
  54. <RuntimeDependencies>
  55. <Dependency release="current">nettle</Dependency>
  56. <Dependency>gmp-32bit</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="library">/usr/lib32/</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="3">
  64. <Date>2017-01-30</Date>
  65. <Version>3.3</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Ertuğrul Erata</Name>
  68. <Email>ertugrulerata@gmail.com</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-04-27</Date>
  72. <Version>3.2</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>PisiLinux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-03-09</Date>
  79. <Version>3.2</Version>
  80. <Comment>First release</Comment>
  81. <Name>Alihan Öztürk</Name>
  82. <Email>alihan@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>