pspec.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>automake</Name>
  6. <Homepage>http://www.gnu.org/software/automake/</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>A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards</Summary>
  14. <Description>Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.</Description>
  15. <Archive sha1sum="45632d466c16ecf18d9c18dc4be883cde59acb59" type="tarxz">mirrors://gnu/automake/automake-1.15.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl</Dependency>
  18. <Dependency>autoconf</Dependency>
  19. <Dependency>gnuconfig</Dependency>
  20. <Dependency>patch</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>automake</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. <Dependency>autoconf</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="data">/usr/share/automake-*</Path>
  32. <Path fileType="data">/usr/share/aclocal-*</Path>
  33. <Path fileType="data">/usr/share/aclocal</Path>
  34. <Path fileType="info">/usr/share/info</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="4">
  41. <Date>2017-12-06</Date>
  42. <Version>1.15.1</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Ertuğrul Erata</Name>
  45. <Email>ertugrulerata@gmail.com</Email>
  46. </Update>
  47. <Update release="3">
  48. <Date>2017-01-25</Date>
  49. <Version>1.15</Version>
  50. <Comment>Rebuild.</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2016-04-27</Date>
  56. <Version>1.15</Version>
  57. <Comment>Release Bump</Comment>
  58. <Name>PisiLinux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2016-03-13</Date>
  63. <Version>1.15</Version>
  64. <Comment>First release</Comment>
  65. <Name>Ertuğrul Erata</Name>
  66. <Email>ertugrulerata@gmail.com</Email>
  67. </Update>
  68. </History>
  69. </PISI>