pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bison</Name>
  6. <Homepage>http://www.gnu.org/software/bison/bison.html</Homepage>
  7. <Packager>
  8. <Name>Serdar Soytetir</Name>
  9. <Email>kaptan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A yacc-compatible parser generator</Summary>
  14. <Description>A yacc-compatible parser generator. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages</Description>
  15. <Archive sha1sum="8270497aad88c7dd4f2c317298c50513fb0c3c8e" type="tarxz">mirrors://gnu/bison/bison-3.0.4.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>m4</Dependency>
  18. <Dependency>gettext</Dependency>
  19. <Dependency>patch</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>bison</Name>
  24. <RuntimeDependencies>
  25. <!-- m4 1.4.16 required?-->
  26. <Dependency>m4</Dependency>
  27. <Dependency>gettext</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="data">/usr/share/aclocal</Path>
  35. <Path fileType="info">/usr/share/info</Path>
  36. <Path fileType="data">/usr/share/bison</Path>
  37. <Path fileType="localedata">/usr/share/locale</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="3">
  42. <Date>2017-01-26</Date>
  43. <Version>3.0.4</Version>
  44. <Comment>Rebuild.</Comment>
  45. <Name>Ertuğrul Erata</Name>
  46. <Email>ertugrulerata@gmail.com</Email>
  47. </Update>
  48. <Update release="2">
  49. <Date>2016-04-27</Date>
  50. <Version>3.0.4</Version>
  51. <Comment>Release Bump</Comment>
  52. <Name>PisiLinux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2016-03-13</Date>
  57. <Version>3.0.4</Version>
  58. <Comment>First release</Comment>
  59. <Name>Ertuğrul Erata</Name>
  60. <Email>ertugrulerata@gmail.com</Email>
  61. </Update>
  62. </History>
  63. </PISI>