pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ninja</Name>
  6. <Homepage>http://martine.github.com/ninja/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold(groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Ninja is a small build system with a focus on speed.</Summary>
  14. <Description>Ninja is a small build system with a focus on speed.</Description>
  15. <Archive sha1sum="17219deb34dd816363e37470f77ff7231509143a" type="targz">https://github.com/ninja-build/ninja/archive/v1.8.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>re2c</Dependency>
  18. <Dependency>asciidoc</Dependency>
  19. <Dependency>emacs-python</Dependency>
  20. <Dependency>giflib-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch>LFS.patch</Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>ninja</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libgcc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="5">
  39. <Date>2017-10-08</Date>
  40. <Version>1.8.2</Version>
  41. <Comment>Version Bump.</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="4">
  46. <Date>2017-02-22</Date>
  47. <Version>1.7.2</Version>
  48. <Comment>Release Bump.</Comment>
  49. <Name>Stefan Gronewold</Name>
  50. <Email>groni@pisilinux.org</Email>
  51. </Update>
  52. <Update release="3">
  53. <Date>2016-07-09</Date>
  54. <Version>1.7.1</Version>
  55. <Comment>Version Bump</Comment>
  56. <Name>Ergün Salman</Name>
  57. <Email>poyraz76@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-06-09</Date>
  61. <Version>1.6.0</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2015-08-25</Date>
  68. <Version>1.6.0</Version>
  69. <Comment>First release</Comment>
  70. <Name>Vedat Demir</Name>
  71. <Email>vedat@pisilinux.org</Email>
  72. </Update>
  73. </History>
  74. </PISI>