pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>btyacc</Name>
  6. <Homepage>http://www.siber.com/btyacc</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>freedist</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Backtracking YACC - modified from Berkeley YACC</Summary>
  14. <Description>This is original Berkeley Yacc modified to better fit production environment (and to have less bugs, too).</Description>
  15. <Archive sha1sum="4a70f78d9695fa1101c49ab1cdbfda5ab740c027" type="targz">http://www.siber.com/btyacc/btyacc-3-0.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">btyacc-3.0-includes.patch</Patch>
  18. <Patch level="1">btyacc-3.0-makefile.patch</Patch>
  19. </Patches>
  20. </Source>
  21. <Package>
  22. <Name>btyacc</Name>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="man">/usr/share/man</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. </Files>
  28. </Package>
  29. <History>
  30. <Update release="3">
  31. <Date>2017-02-14</Date>
  32. <Version>3.0</Version>
  33. <Comment>Release Bump</Comment>
  34. <Name>Pisi Linux Community</Name>
  35. <Email>admin@pisilinux.org</Email>
  36. </Update>
  37. <Update release="2">
  38. <Date>2016-06-09</Date>
  39. <Version>3.0</Version>
  40. <Comment>Release Bump</Comment>
  41. <Name>Pisi Linux Community</Name>
  42. <Email>admin@pisilinux.org</Email>
  43. </Update>
  44. <Update release="1">
  45. <Date>2014-05-11</Date>
  46. <Version>3.0</Version>
  47. <Comment>First release</Comment>
  48. <Name>Marcin Bojara</Name>
  49. <Email>marcin@pisilinux.org</Email>
  50. </Update>
  51. </History>
  52. </PISI>