pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>yacc</Name>
  6. <Homepage>http://dinosaur.compilertools.net/#yacc</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Yacc: Yet Another Compiler-Compiler</Summary>
  14. <Description>Yacc provides a general tool for describing the input to a computer program. The Yacc user specifies the structures of his input, together with code to be invoked as each such structure is recognized. Yacc turns such a specification into a subroutine that handles the input process</Description>
  15. <Archive sha1sum="697ea853533e325f47b6b13401d05e7c97012729" type="tarZ">http://ibiblio.org/pub/linux/devel/compiler-tools/yacc-1.9.1.tar.Z</Archive>
  16. <Patches>
  17. <Patch>mkstemp.patch</Patch>
  18. <Patch level="1">skeleton.c.diff</Patch>
  19. <Patch level="1">yacc-1.9.1-ia64.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>yacc</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="3">
  32. <Date>2017-01-26</Date>
  33. <Version>1.9.1</Version>
  34. <Comment>Rebuild.</Comment>
  35. <Name>PisiLinux Community</Name>
  36. <Email>admin@pisilinux.org</Email>
  37. </Update>
  38. <Update release="2">
  39. <Date>2016-04-27</Date>
  40. <Version>1.9.1</Version>
  41. <Comment>Release Bump</Comment>
  42. <Name>PisiLinux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="1">
  46. <Date>2016-03-13</Date>
  47. <Version>1.9.1</Version>
  48. <Comment>First release</Comment>
  49. <Name>Ertuğrul Erata</Name>
  50. <Email>ertugrulerata@gmail.com</Email>
  51. </Update>
  52. </History>
  53. </PISI>