pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <PISI>
  2. <Source>
  3. <Name>sqlcipher</Name>
  4. <Homepage>https://www.zetetic.net/sqlcipher/</Homepage>
  5. <Packager>
  6. <Name>Alihan Öztürk</Name>
  7. <Email>alihan@pisilinux.org</Email>
  8. </Packager>
  9. <License>BSD</License>
  10. <IsA>data</IsA>
  11. <Summary>SQLite extension that provides transparent 256-bit AES encryption of database files</Summary>
  12. <Description>SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development.</Description>
  13. <Archive sha1sum="c08cb872bd543008d770fba7ea8c34d8c59340eb" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.3.0.tar.gz</Archive>
  14. <BuildDependencies>
  15. <Dependency>readline-devel</Dependency>
  16. <Dependency>tcl-devel</Dependency>
  17. <Dependency>openssl-devel</Dependency>
  18. <Dependency>sqlite-devel</Dependency>
  19. <Dependency>ncurses-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>sqlcipher</Name>
  24. <Summary>SQLite extension that provides transparent 256-bit AES encryption of database files.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>openssl</Dependency>
  27. <Dependency>readline</Dependency>
  28. <Dependency>sqlite</Dependency>
  29. <Dependency>tcl</Dependency>
  30. <Dependency>ncurses</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib/tcl8.6</Path>
  35. <Path fileType="library">/usr/lib/lib*</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>sqlcipher-devel</Name>
  41. <Summary>Development files for sqlcipher.</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">sqlcipher</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="library">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="5">
  52. <Date>2020-02-07</Date>
  53. <Version>4.3.0</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>İdris Kalp</Name>
  56. <Email>idriskalp@gmail.com</Email>
  57. </Update>
  58. <Update release="4">
  59. <Date>2019-04-26</Date>
  60. <Version>4.0.1</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@pisilinux.org</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2017-02-09</Date>
  67. <Version>3.4.0</Version>
  68. <Comment>Release bump.</Comment>
  69. <Name>Stefan Gronewold</Name>
  70. <Email>groni@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2016-06-08</Date>
  74. <Version>3.3.1</Version>
  75. <Comment>Release Bump</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="1">
  80. <Date>2016-03-22</Date>
  81. <Version>3.3.1</Version>
  82. <Comment>First release.</Comment>
  83. <Name>Alihan Öztürk</Name>
  84. <Email>alihan@pisilinux.org</Email>
  85. </Update>
  86. </History>
  87. </PISI>