pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>scons</Name>
  6. <Homepage>http://www.scons.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app:console</IsA>
  13. <Summary>An Open Source software construction tool</Summary>
  14. <Description>Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache.</Description>
  15. <Archive sha1sum="f742350251734df75355e51c70f291e119ef927a" type="targz">mirrors://sourceforge/scons/scons-2.5.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!--Patch level="1">scons-1.0.0-qt-handle-missing-moc-files.patch</Patch>
  21. <Patch level="1">fix-gnu-link-handling.patch</Patch-->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>scons</Name>
  26. <RuntimeDependencies>
  27. <Dependency>python</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2017-02-09</Date>
  39. <Version>2.5.1</Version>
  40. <Comment>Version bump.</Comment>
  41. <Name>Ertuğrul Erata</Name>
  42. <Email>ertugrulerata@gmail.com</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2016-04-27</Date>
  46. <Version>2.4.1</Version>
  47. <Comment>Release Bump</Comment>
  48. <Name>PisiLinux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2016-03-13</Date>
  53. <Version>2.4.1</Version>
  54. <Comment>First release</Comment>
  55. <Name>Ertuğrul Erata</Name>
  56. <Email>ertugrulerata@gmail.com</Email>
  57. </Update>
  58. </History>
  59. </PISI>