pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>m4</Name>
  6. <Homepage>http://www.gnu.org/software/m4/m4.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <Summary>GNU macro processor</Summary>
  14. <Description>The m4 utility is a macro processor that shall read one or more text files, process them according to their included macro statements, and write the results to standard output</Description>
  15. <Archive sha1sum="228604686ca23f42e48b98930babeb5d217f1899" type="tarxz">mirrors://gnu/m4/m4-1.4.18.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gettext</Dependency>
  18. <Dependency>libsigsegv-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>m4</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libsigsegv</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="info">/usr/share/info</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="3">
  35. <Date>2017-01-27</Date>
  36. <Version>1.4.18</Version>
  37. <Comment>Version bump.</Comment>
  38. <Name>Ertuğrul Erata</Name>
  39. <Email>ertugrulerata@gmail.com</Email>
  40. </Update>
  41. <Update release="2">
  42. <Date>2016-04-27</Date>
  43. <Version>1.4.17</Version>
  44. <Comment>Release Bump</Comment>
  45. <Name>PisiLinux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2016-02-28</Date>
  50. <Version>1.4.17</Version>
  51. <Comment>First release</Comment>
  52. <Name>Ertuğrul Erata</Name>
  53. <Email>ertugrulerata@gmail.com</Email>
  54. </Update>
  55. </History>
  56. </PISI>