pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cryptsetup</Name>
  6. <Homepage>https://gitlab.com/cryptsetup/cryptsetup</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>cryptsetup</Icon>
  13. <IsA>app:cli</IsA>
  14. <Summary>Userspace setup tool for transparent encryption of block devices using dm-crypt</Summary>
  15. <Description>Userspace setup tool for transparent encryption of block devices using dm-crypt</Description>
  16. <Archive sha1sum="eaf688f2ae74c562bc341573b8c0dca63727e9c8" type="tarxz">https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.3.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency versionFrom="2.02.118">device-mapper-devel</Dependency>
  19. <Dependency>libgpg-error-devel</Dependency>
  20. <Dependency>libgcrypt-devel</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <Dependency>libutil-linux-devel</Dependency>
  23. <Dependency>popt-devel</Dependency>
  24. <Dependency>popt</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>cryptsetup</Name>
  29. <PartOf>util.crypt</PartOf>
  30. <RuntimeDependencies>
  31. <Dependency version="current">libcryptsetup</Dependency>
  32. <Dependency>popt</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/sbin</Path>
  36. <Path fileType="manfile">/usr/share/man</Path>
  37. <Path fileType="localedata">/usr/share/locale</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>libcryptsetup</Name>
  43. <PartOf>util.crypt</PartOf>
  44. <Summary>cryptsetup libraries</Summary>
  45. <RuntimeDependencies>
  46. <Dependency>device-mapper</Dependency>
  47. <Dependency>libgpg-error</Dependency>
  48. <Dependency>libgcrypt</Dependency>
  49. <Dependency>libutil-linux</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="library">/lib/libcryptsetup.so*</Path>
  53. </Files>
  54. </Package>
  55. <Package>
  56. <Name>libcryptsetup-devel</Name>
  57. <PartOf>programming.devel</PartOf>
  58. <Summary>libcryptsetup devel files</Summary>
  59. <RuntimeDependencies>
  60. <Dependency version="current">libcryptsetup</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="header">/usr/include</Path>
  64. <Path fileType="library">/usr/lib/pkgconfig/libcryptsetup.pc</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>python-pycryptsetup</Name>
  69. <PartOf>programming.language.python</PartOf>
  70. <Summary>Python backend for cryptsetup</Summary>
  71. <RuntimeDependencies>
  72. <Dependency>python</Dependency>
  73. <Dependency version="current">libcryptsetup</Dependency>
  74. </RuntimeDependencies>
  75. <Files>
  76. <Path fileType="library">/usr/lib/python2.7/site-packages/pycryptsetup.so</Path>
  77. </Files>
  78. </Package>
  79. <History>
  80. <Update release="3">
  81. <Date>2017-01-29</Date>
  82. <Version>1.7.3</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Ertuğrul Erata</Name>
  85. <Email>ertugrulerata@gmail.com</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2016-04-27</Date>
  89. <Version>1.7.1</Version>
  90. <Comment>Release Bump</Comment>
  91. <Name>PisiLinux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2016-03-08</Date>
  96. <Version>1.7.1</Version>
  97. <Comment>First release</Comment>
  98. <Name>Alihan Öztürk</Name>
  99. <Email>alihan@pisilinux.org</Email>
  100. </Update>
  101. </History>
  102. </PISI>