pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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="4">
  38. <Date>2018-07-15</Date>
  39. <Version>2.5.1</Version>
  40. <Comment>Rebuild</Comment>
  41. <Name>Ertuğrul Erata</Name>
  42. <Email>ertugrulerata@gmail.com</Email>
  43. </Update>
  44. <Update release="3">
  45. <Date>2017-02-09</Date>
  46. <Version>2.5.1</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Ertuğrul Erata</Name>
  49. <Email>ertugrulerata@gmail.com</Email>
  50. </Update>
  51. <Update release="2">
  52. <Date>2016-04-27</Date>
  53. <Version>2.4.1</Version>
  54. <Comment>Release Bump</Comment>
  55. <Name>PisiLinux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2016-03-13</Date>
  60. <Version>2.4.1</Version>
  61. <Comment>First release</Comment>
  62. <Name>Ertuğrul Erata</Name>
  63. <Email>ertugrulerata@gmail.com</Email>
  64. </Update>
  65. </History>
  66. </PISI>