pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>make</Name>
  6. <Homepage>https://www.gnu.org/software/make/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Standard tool to compile source trees</Summary>
  14. <Description>Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program</Description>
  15. <Archive sha1sum="5ca41d365c35a4ded07d616190baf38814c25f2a" type="targz">mirrors://gnu/make/make-4.4.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>texinfo</Dependency>
  18. <Dependency>gettext</Dependency>
  19. <Dependency>gnuconfig</Dependency>
  20. <Dependency>patch</Dependency>
  21. <Dependency>gc-devel</Dependency>
  22. <!-- <Dependency>guile-devel</Dependency> -->
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch>make-4.4-sigpipe.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>make</Name>
  30. <RuntimeDependencies>
  31. <!-- <Dependency>guile</Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="info">/usr/share/info</Path>
  38. <Path fileType="localedata">/usr/share/locale</Path>
  39. <Path fileType="header">/usr/include</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="10">
  44. <Date>2024-10-11</Date>
  45. <Version>4.4.1</Version>
  46. <Comment>Rebuild.</Comment>
  47. <Name>fury</Name>
  48. <Email>uglyside@yandex.ru</Email>
  49. </Update>
  50. <Update release="9">
  51. <Date>2023-03-13</Date>
  52. <Version>4.4.1</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="8">
  58. <Date>2023-02-09</Date>
  59. <Version>4.4</Version>
  60. <Comment>Rebuild.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="7">
  65. <Date>2023-01-28</Date>
  66. <Version>4.4</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="6">
  72. <Date>2020-11-25</Date>
  73. <Version>4.3</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="5">
  79. <Date>2019-12-25</Date>
  80. <Version>4.2.1</Version>
  81. <Comment>Rebuild.</Comment>
  82. <Name>Idris Kalp</Name>
  83. <Email>idriskalp@gmail.com</Email>
  84. </Update>
  85. <Update release="4">
  86. <Date>2018-07-20</Date>
  87. <Version>4.2.1</Version>
  88. <Comment>Rebuild.</Comment>
  89. <Name>Ertuğrul Erata</Name>
  90. <Email>ertugrulerata@gmail.com</Email>
  91. </Update>
  92. <Update release="3">
  93. <Date>2017-01-24</Date>
  94. <Version>4.2.1</Version>
  95. <Comment>Version bump.</Comment>
  96. <Name>Ertuğrul Erata</Name>
  97. <Email>ertugrulerata@gmail.com</Email>
  98. </Update>
  99. <Update release="2">
  100. <Date>2016-04-27</Date>
  101. <Version>4.1</Version>
  102. <Comment>Release Bump</Comment>
  103. <Name>PisiLinux Community</Name>
  104. <Email>admin@pisilinux.org</Email>
  105. </Update>
  106. <Update release="1">
  107. <Date>2016-02-28</Date>
  108. <Version>4.1</Version>
  109. <Comment>First release</Comment>
  110. <Name>Ertuğrul Erata</Name>
  111. <Email>ertugrulerata@gmail.com</Email>
  112. </Update>
  113. </History>
  114. </PISI>