pspec.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gdbm</Name>
  6. <Homepage>http://www.gnu.org/software/gdbm/gdbm.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Standard GNU database libraries included for compatibility with Perl</Summary>
  14. <Description>GNU dbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines.</Description>
  15. <Archive sha1sum="7f2a8301497bbcac91808b011ca533380914fd21" type="targz">mirrors://gnu/gdbm/gdbm-1.13.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>readline-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!--Patch level="1">gdbm-1.10-zeroheaders.patch</Patch-->
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>gdbm</Name>
  25. <RuntimeDependencies>
  26. <Dependency>readline</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="info">/usr/share/info</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>gdbm-devel</Name>
  39. <PartOf>system.devel</PartOf>
  40. <Summary>Development files for gdbm</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">gdbm</Dependency>
  43. <Dependency>readline-devel</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="4">
  51. <Date>2017-12-03</Date>
  52. <Version>1.13</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Ertuğrul Erata</Name>
  55. <Email>ertugrulerata@gmail.com</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2017-01-07</Date>
  59. <Version>1.12</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Ertuğrul Erata</Name>
  62. <Email>ertugrulerata@gmail.com</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2016-04-27</Date>
  66. <Version>1.11</Version>
  67. <Comment>Release Bump</Comment>
  68. <Name>PisiLinux Community</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2016-03-02</Date>
  73. <Version>1.11</Version>
  74. <Comment>First release</Comment>
  75. <Name>Ertuğrul Erata</Name>
  76. <Email>ertugrulerata@gmail.com</Email>
  77. </Update>
  78. </History>
  79. </PISI>