pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>make</Name>
  6. <Homepage>http://www.gnu.org/software/make/make.html</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="7d9d11eb36cfb752da1fb11bb3e521d2a3cc8830" type="tarbz2">mirrors://gnu/make/make-4.2.1.tar.bz2</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>glibc_2_27.patch</Patch> -->
  26. <!-- <Patch>guile-2.2.patch</Patch> -->
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>make</Name>
  31. <RuntimeDependencies>
  32. <!--Dependency>guile</Dependency-->
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="info">/usr/share/info</Path>
  39. <Path fileType="localedata">/usr/share/locale</Path>
  40. <Path fileType="header">/usr/include</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="4">
  45. <Date>2018-07-20</Date>
  46. <Version>4.2.1</Version>
  47. <Comment>Rebuild.</Comment>
  48. <Name>Ertuğrul Erata</Name>
  49. <Email>ertugrulerata@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2017-01-24</Date>
  53. <Version>4.2.1</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Ertuğrul Erata</Name>
  56. <Email>ertugrulerata@gmail.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-04-27</Date>
  60. <Version>4.1</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>PisiLinux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2016-02-28</Date>
  67. <Version>4.1</Version>
  68. <Comment>First release</Comment>
  69. <Name>Ertuğrul Erata</Name>
  70. <Email>ertugrulerata@gmail.com</Email>
  71. </Update>
  72. </History>
  73. </PISI>