pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cmake</Name>
  6. <Homepage>http://www.cmake.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Cross-platform, open-source make system</Summary>
  14. <Description>CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.</Description>
  15. <Archive sha1sum="591fc2fabd44f3612676beef6e15f81fbe5417f7" type="targz">https://cmake.org/files/v3.11/cmake-3.11.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>curl-devel</Dependency>
  18. <Dependency>expat-devel</Dependency>
  19. <Dependency>libarchive-devel</Dependency>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>rhash-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>xz-devel</Dependency>
  24. <Dependency>libuv-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>cmake</Name>
  29. <RuntimeDependencies>
  30. <Dependency>curl</Dependency>
  31. <Dependency>expat</Dependency>
  32. <Dependency>rhash</Dependency>
  33. <Dependency>libarchive</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. <Dependency>ncurses</Dependency>
  36. <Dependency>zlib</Dependency>
  37. <Dependency>libuv</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="data">/usr/share/cmake</Path>
  42. <Path fileType="data">/usr/share/aclocal/</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. <Path fileType="man">/usr/share/man</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="7">
  49. <Date>2018-07-15</Date>
  50. <Version>3.11.1</Version>
  51. <Comment>Rebuild</Comment>
  52. <Name>Ertuğrul Erata</Name>
  53. <Email>ertugrulerata@gmail.com</Email>
  54. </Update>
  55. <Update release="6">
  56. <Date>2018-05-14</Date>
  57. <Version>3.11.1</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="5">
  63. <Date>2017-02-09</Date>
  64. <Version>3.7.2</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Ertuğrul Erata</Name>
  67. <Email>ertugrulerata@gmail.com</Email>
  68. </Update>
  69. <Update release="4">
  70. <Date>2016-12-01</Date>
  71. <Version>3.7.1</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Yusuf Aydemir</Name>
  74. <Email>yusuf.aydemir@pisilnux.org</Email>
  75. </Update>
  76. <Update release="3">
  77. <Date>2016-07-21</Date>
  78. <Version>3.6.0</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Yusuf Aydemir</Name>
  81. <Email>yusuf.aydemir@pisilinux.org</Email>
  82. </Update>
  83. <Update release="2">
  84. <Date>2016-04-27</Date>
  85. <Version>3.4.3</Version>
  86. <Comment>Release Bump</Comment>
  87. <Name>PisiLinux Community</Name>
  88. <Email>admin@pisilinux.org</Email>
  89. </Update>
  90. <Update release="1">
  91. <Date>2016-03-13</Date>
  92. <Version>3.4.3</Version>
  93. <Comment>First release</Comment>
  94. <Name>Alihan Öztürk</Name>
  95. <Email>alihan@pisilinux.org</Email>
  96. </Update>
  97. </History>
  98. </PISI>