pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <PISI>
  2. <Source>
  3. <Name>eclipse-ecj</Name>
  4. <Homepage>http://www.eclipse.org</Homepage>
  5. <Packager>
  6. <Name>PisiLinux Community</Name>
  7. <Email>admins@pisilinux.org</Email>
  8. </Packager>
  9. <License>EPL</License>
  10. <IsA>app:web</IsA>
  11. <Summary>Eclipse java bytecode compiler</Summary>
  12. <Description>Eclipse java bytecode compiler</Description>
  13. <Archive sha1sum="903e8c2cb521cc91636eccae66b8594435516ff5" type="zip">http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.4.2-201502041700/ecjsrc-4.4.2.jar</Archive>
  14. <BuildDependencies>
  15. <Dependency>ant</Dependency>
  16. <Dependency>jdk7-openjdk</Dependency>
  17. </BuildDependencies>
  18. <Patches>
  19. <Patch level="0">01-ecj-include-props.patch</Patch>
  20. <Patch level="0">02-buildxml-fix-manifest.patch</Patch>
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>eclipse-ecj</Name>
  25. <RuntimeDependencies>
  26. <Dependency>jdk7-openjdk</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="data">/usr/share/java</Path>
  32. </Files>
  33. <AdditionalFiles>
  34. <AdditionalFile target="/usr/bin/ecj" permission="0755" owner="root">ecj</AdditionalFile>
  35. </AdditionalFiles>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2017-05-15</Date>
  40. <Version>4.4.2_201502041700</Version>
  41. <Comment>Release Bump</Comment>
  42. <Name>Kamil Atlı</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2016-06-10</Date>
  47. <Version>4.4.2_201502041700</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2016-04-03</Date>
  54. <Version>4.4.2_201502041700</Version>
  55. <Comment>First release</Comment>
  56. <Name>Osman Erkan</Name>
  57. <Email>osman.erkan@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>