pspec.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>boost</Name>
  6. <Homepage>http://boost.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>programming.language</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Peer-reviewed portable C++ source libraries</Summary>
  15. <Description>Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.</Description>
  16. <Archive sha1sum="9f1dd4fa364a3e3156a77dc17aa562ef06404ff6" type="tarbz2">mirrors://sourceforge/boost/boost_1_63_0.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>bzip2</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>icu4c-devel</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <!-- libsxlt is needed for xsltproc -->
  24. <Dependency>libxslt</Dependency>
  25. <!--Dependency>openmpi-devel</Dependency-->
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch>pythonfix.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>boost</Name>
  33. <RuntimeDependencies>
  34. <Dependency>zlib</Dependency>
  35. <Dependency>bzip2</Dependency>
  36. <Dependency>icu4c</Dependency>
  37. <Dependency>libgcc</Dependency>
  38. <!--Dependency>openmpi</Dependency-->
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="library">/usr/lib</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. <Path fileType="data">/usr/share/boostbook</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>boost-devel</Name>
  49. <IsA>data:doc</IsA>
  50. <Summary>Headers and library documentation for boost</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">boost</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="header">/usr/include</Path>
  56. <Path fileType="doc">/usr/share/doc/*/html</Path>
  57. </Files>
  58. </Package>
  59. <Package>
  60. <Name>boost-python</Name>
  61. <Summary>a C++ library which enables seamless interoperability between C++ and the Python</Summary>
  62. <RuntimeDependencies>
  63. <Dependency release="current">boost</Dependency>
  64. <Dependency>libgcc</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="library">/usr/lib/libboost_python.so*</Path>
  68. </Files>
  69. </Package>
  70. <Package>
  71. <Name>boost-python3</Name>
  72. <Summary>Headers and library documentation for boosta C++ library which enables seamless interoperability between C++ and the Python3</Summary>
  73. <RuntimeDependencies>
  74. <Dependency release="current">boost</Dependency>
  75. <Dependency>libgcc</Dependency>
  76. </RuntimeDependencies>
  77. <Files>
  78. <Path fileType="library">/usr/lib/libboost_python3.so*</Path>
  79. </Files>
  80. </Package>
  81. <History>
  82. <Update release="7">
  83. <Date>2018-02-04</Date>
  84. <Version>1.63.0</Version>
  85. <Comment>Rebuild</Comment>
  86. <Name>Mustafa Cinasal</Name>
  87. <Email>muscnsl@gmail.com</Email>
  88. </Update>
  89. <Update release="6">
  90. <Date>2017-11-09</Date>
  91. <Version>1.63.0</Version>
  92. <Comment>Rebuild</Comment>
  93. <Name>Mustafa Cinasal</Name>
  94. <Email>muscnsl@gmail.com</Email>
  95. </Update>
  96. <Update release="5">
  97. <Date>2017-06-08</Date>
  98. <Version>1.63.0</Version>
  99. <Comment>Rebuild</Comment>
  100. <Name>Mustafa Cinasal</Name>
  101. <Email>muscnsl@gmail.com</Email>
  102. </Update>
  103. <Update release="4">
  104. <Date>2017-02-01</Date>
  105. <Version>1.63.0</Version>
  106. <Comment>Version Bump</Comment>
  107. <Name>Ayhan Yalçınsoy</Name>
  108. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  109. </Update>
  110. <Update release="3">
  111. <Date>2016-06-09</Date>
  112. <Version>1.60.0</Version>
  113. <Comment>Release Bump</Comment>
  114. <Name>Pisi Linux Community</Name>
  115. <Email>admin@pisilinux.org</Email>
  116. </Update>
  117. <Update release="2">
  118. <Date>2016-05-25</Date>
  119. <Version>1.60.0</Version>
  120. <Comment>Release bump.</Comment>
  121. <Name>İbrahim KARAGÜZEL</Name>
  122. <Email>karaguzelibrahim@gmail.com</Email>
  123. </Update>
  124. <Update release="1">
  125. <Date>2016-05-08</Date>
  126. <Version>1.60.0</Version>
  127. <Comment>First release</Comment>
  128. <Name>İbrahim KARAGÜZEL</Name>
  129. <Email>karaguzelibrahim@gmail.com</Email>
  130. </Update>
  131. </History>
  132. </PISI>