pspec.xml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>llvm</Name>
  6. <Homepage>http://www.llvm.org/</Homepage>
  7. <Packager>
  8. <Name>Serdar Soytetir</Name>
  9. <Email>kaptan@pisilinux.org</Email>
  10. </Packager>
  11. <License>NCSA</License>
  12. <Summary>The Low Level Virtual Machine</Summary>
  13. <Description>The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them.</Description>
  14. <Archive sha1sum="723ac918979255706434a05f5af34b71c49c9971" type="tarxz">http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz</Archive>
  15. <Archive sha1sum="2230ef962f2df3c13ec93f5b04b0e3cdff94b2ce" type="binary">http://llvm.org/releases/3.8.0/cfe-3.8.0.src.tar.xz</Archive>
  16. <Archive sha1sum="a99d8b6fc5e593c4671424b327779318a1856acf" type="binary">http://llvm.org/releases/3.8.0/clang-tools-extra-3.8.0.src.tar.xz</Archive>
  17. <Archive sha1sum="6d503cea94c131b6bfcf5254e62d32fcce1ebcc8" type="binary">http://llvm.org/releases/3.8.0/lldb-3.8.0.src.tar.xz</Archive>
  18. <Archive sha1sum="480ea09e369dac6de1f3759b27fa19417b26b69e" type="binary">http://llvm.org/releases/3.8.0/compiler-rt-3.8.0.src.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>libxml2-devel</Dependency>
  22. <Dependency>ncurses-devel</Dependency>
  23. <Dependency>ocaml</Dependency>
  24. <Dependency>libffi-devel</Dependency>
  25. <Dependency>groff</Dependency>
  26. <Dependency>swig</Dependency>
  27. <Dependency>python-devel</Dependency>
  28. <Dependency>libedit-devel</Dependency>
  29. <Dependency>cmake</Dependency>
  30. <!-- Use new plugin-api.h header file from binutils to enable LLVM gold plugin -->
  31. <Dependency>binutils</Dependency>
  32. </BuildDependencies>
  33. </Source>
  34. <Package>
  35. <Name>llvm</Name>
  36. <IsA>app:console</IsA>
  37. <IsA>library</IsA>
  38. <RuntimeDependencies>
  39. <Dependency release="current">llvm-libs</Dependency>
  40. <Dependency>libxml2</Dependency>
  41. <Dependency>libgcc</Dependency>
  42. <Dependency>ncurses</Dependency>
  43. <Dependency>zlib</Dependency>
  44. <Dependency>libffi</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="executable">/usr/bin/llvm-config</Path>
  49. <Path fileType="header">/usr/include/llvm*</Path>
  50. <Path fileType="library">/usr/lib/llvm</Path>
  51. <Path fileType="library">/usr/lib</Path>
  52. <Path fileType="conf">/etc/ld.so.conf.d</Path>
  53. <Path fileType="data">/etc/llvm</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. <Path fileType="data">/usr/share/vim</Path>
  56. <Path fileType="data">/usr/share/llvm/cmake</Path>
  57. <Path fileType="man">/usr/share/man</Path>
  58. </Files>
  59. <AdditionalFiles>
  60. <AdditionalFile owner="root" permission="0644" target="/etc/ld.so.conf.d/51-llvm.conf">51-llvm.conf</AdditionalFile>
  61. </AdditionalFiles>
  62. </Package>
  63. <Package>
  64. <Name>llvm-libs</Name>
  65. <IsA>library</IsA>
  66. <RuntimeDependencies>
  67. <Dependency>zlib</Dependency>
  68. <Dependency>libffi</Dependency>
  69. <Dependency>libedit</Dependency>
  70. <Dependency>libgcc</Dependency>
  71. <Dependency>ncurses</Dependency>
  72. </RuntimeDependencies>
  73. <Files>
  74. <Path fileType="library">/usr/lib/libLLVM.*</Path>
  75. <Path fileType="library">/usr/lib/LLVMgold.*</Path>
  76. <Path fileType="library">/usr/lib/libLTO.*</Path>
  77. <Path fileType="library">/usr/lib/bfd-plugins/LLVMgold.so</Path>
  78. <Path fileType="data">/usr/share/licenses/llvm-libs/LICENSE</Path>
  79. </Files>
  80. </Package>
  81. <Package>
  82. <Name>lldb</Name>
  83. <Summary>Next generation, high-performance debugger</Summary>
  84. <RuntimeDependencies>
  85. <Dependency release="current">llvm</Dependency>
  86. <Dependency>zlib</Dependency>
  87. <Dependency>libffi</Dependency>
  88. <Dependency>libedit</Dependency>
  89. <Dependency>libgcc</Dependency>
  90. <Dependency>ncurses</Dependency>
  91. <Dependency>python</Dependency>
  92. <Dependency>libxml2</Dependency>
  93. </RuntimeDependencies>
  94. <Files>
  95. <Path fileType="executable">/usr/bin/argdumper</Path>
  96. <Path fileType="executable">/usr/bin/lldb*</Path>
  97. <Path fileType="library">/usr/lib/liblldb</Path>
  98. <Path fileType="library">/usr/lib/python2.7/site-packages/readline.so</Path>
  99. <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/*</Path>
  100. </Files>
  101. </Package>
  102. <Package>
  103. <Name>lldb-devel</Name>
  104. <Summary>Development headers lldb</Summary>
  105. <RuntimeDependencies>
  106. <Dependency release="current">lldb</Dependency>
  107. </RuntimeDependencies>
  108. <Files>
  109. <Path fileType="header">/usr/include/lldb/*</Path>
  110. </Files>
  111. </Package>
  112. <Package>
  113. <Name>llvm-clang-analyzer</Name>
  114. <IsA>app:console</IsA>
  115. <Summary>A source code analysis framework</Summary>
  116. <Description>The Clang Static Analyzer consists of both a source code analysis framework and a standalone tool that finds bugs in C and Objective-C programs.</Description>
  117. <RuntimeDependencies>
  118. <Dependency release="current">llvm-clang</Dependency>
  119. </RuntimeDependencies>
  120. <Files>
  121. <Path fileType="executable">/usr/lib/clang-analyzer</Path>
  122. <Path fileType="executable">/usr/bin/scan-*</Path>
  123. <Path fileType="data">/usr/share/scan*</Path>
  124. <Path fileType="executable">/usr/libexec/ccc-*</Path>
  125. <Path fileType="executable">/usr/libexec/c++-*</Path>
  126. </Files>
  127. </Package>
  128. <Package>
  129. <Name>llvm-clang</Name>
  130. <Summary>A C language family front-end for LLVM</Summary>
  131. <Description>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.</Description>
  132. <RuntimeDependencies>
  133. <Dependency release="current">llvm-libs</Dependency>
  134. <Dependency>libgcc</Dependency>
  135. <Dependency>ncurses</Dependency>
  136. </RuntimeDependencies>
  137. <Files>
  138. <Path fileType="executable">/usr/bin/clang*</Path>
  139. <Path fileType="executable">/usr/bin/tblgen</Path>
  140. <Path fileType="library">/usr/lib/clang</Path>
  141. <Path fileType="library">/usr/lib/clang/libclang.so</Path>
  142. <Path fileType="man">/usr/share/man/man1/clang.1</Path>
  143. <Path fileType="data">/usr/share/clang</Path>
  144. </Files>
  145. </Package>
  146. <Package>
  147. <Name>llvm-clang-devel</Name>
  148. <Summary>Development headers for llvm-clang</Summary>
  149. <RuntimeDependencies>
  150. <Dependency release="current">llvm-clang</Dependency>
  151. </RuntimeDependencies>
  152. <Files>
  153. <Path fileType="header">/usr/include/clang</Path>
  154. <Path fileType="header">/usr/include/clang-c</Path>
  155. </Files>
  156. </Package>
  157. <!--Package>
  158. <Name>llvm-docs</Name>
  159. <PartOf>programming.docs</PartOf>
  160. <IsA>data:doc</IsA>
  161. <Summary>Documentation for LLVM</Summary>
  162. <Files>
  163. <Path fileType="doc">/usr/share/doc/llvm/html</Path>
  164. <Path fileType="doc">/usr/share/doc/llvm/ocamldoc</Path>
  165. </Files>
  166. </Package-->
  167. <Package>
  168. <Name>llvm-32bit</Name>
  169. <PartOf>emul32</PartOf>
  170. <Summary>32-bit shared libraries for llvm</Summary>
  171. <BuildType>emul32</BuildType>
  172. <BuildDependencies>
  173. <Dependency>zlib-32bit</Dependency>
  174. <Dependency>libffi-32bit</Dependency>
  175. </BuildDependencies>
  176. <RuntimeDependencies>
  177. <Dependency release="current">llvm</Dependency>
  178. <Dependency>libgcc</Dependency>
  179. <Dependency>libedit</Dependency>
  180. <Dependency>ncurses-32bit</Dependency>
  181. <Dependency>zlib-32bit</Dependency>
  182. <Dependency>libffi-32bit</Dependency>
  183. </RuntimeDependencies>
  184. <Files>
  185. <Path fileType="executable">/usr/bin/llvm-config-32</Path>
  186. <Path fileType="library">/usr/lib32</Path>
  187. </Files>
  188. </Package>
  189. <History>
  190. <Update release="5">
  191. <Date>2017-09-04</Date>
  192. <Version>3.8.0</Version>
  193. <Comment>Rebuild.</Comment>
  194. <Name>Pisi Linux Community</Name>
  195. <Email>admin@pisilinux.org</Email>
  196. </Update>
  197. <Update release="4">
  198. <Date>2017-02-12</Date>
  199. <Version>3.8.0</Version>
  200. <Comment>Rebuild</Comment>
  201. <Name>Pisi Linux Community</Name>
  202. <Email>admin@pisilinux.org</Email>
  203. </Update>
  204. <Update release="3">
  205. <Date>2016-06-09</Date>
  206. <Version>3.8.0</Version>
  207. <Comment>Release Bump</Comment>
  208. <Name>Pisi Linux Community</Name>
  209. <Email>admin@pisilinux.org</Email>
  210. </Update>
  211. <Update release="2">
  212. <Date>2016-05-25</Date>
  213. <Version>3.8.0</Version>
  214. <Comment>Release bump</Comment>
  215. <Name>Serdar Soytetir</Name>
  216. <Email>kaptan@pisilinux.org</Email>
  217. </Update>
  218. <Update release="1">
  219. <Date>2016-04-06</Date>
  220. <Version>3.8.0</Version>
  221. <Comment>First release</Comment>
  222. <Name>Serdar Soytetir</Name>
  223. <Email>kaptan@pisilinux.org</Email>
  224. </Update>
  225. </History>
  226. </PISI>