pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>db</Name>
  6. <Homepage>http://www.oracle.com/technology/products/berkeley-db/db/index.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>DB</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Oracle Berkeley DB</Summary>
  14. <Description>The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. The Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length record access methods, transactions, locking, logging, shared memory caching, and database recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is used by many applications, including Python and Perl, so this should be installed on all systems.</Description>
  15. <Archive sha1sum="646c57b99799dc300207976e2270cdaca1a2f198" type="targz">http://download.oracle.com/berkeley-db/db-6.2.23.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>db</Name>
  19. <Replaces>
  20. <Package>db5</Package>
  21. </Replaces>
  22. <RuntimeDependencies>
  23. <Dependency>libgcc</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="executable">/usr/sbin</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>db-devel</Name>
  33. <Replaces>
  34. <Package>db5-devel</Package>
  35. </Replaces>
  36. <Summary>Development files for db</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">db</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>db-docs</Name>
  46. <PartOf>system.doc</PartOf>
  47. <Replaces>
  48. <Package>db5-docs</Package>
  49. </Replaces>
  50. <Summary>Documentation for db</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">db</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="doc">/usr/share/doc</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="3">
  60. <Date>2017-01-21</Date>
  61. <Version>6.2.23</Version>
  62. <Comment>Version Bump</Comment>
  63. <Name>Ayhan Yalçınsoy</Name>
  64. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2016-04-27</Date>
  68. <Version>6.1.26</Version>
  69. <Comment>Release Bump</Comment>
  70. <Name>PisiLinux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2016-03-02</Date>
  75. <Version>6.1.26</Version>
  76. <Comment>First release</Comment>
  77. <Name>Ertuğrul Erata</Name>
  78. <Email>ertugrulerata@gmail.com</Email>
  79. </Update>
  80. </History>
  81. </PISI>