pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>binaryen</Name>
  6. <Homepage>https://github.com/WebAssembly/binaryen</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.library</PartOf>
  12. <License>Apache2.0</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Compiler infrastructure and toolchain library for WebAssembly</Summary>
  16. <Description>Binaryen is a compiler and toolchain infrastructure library for WebAssembly, written in C++. It aims to make compiling to WebAssembly easy, fast, and effective.</Description>
  17. <Archive sha1sum="199d0e0e5205332a64e21fc6308bf8e12b6ab831" type="targz">https://github.com/WebAssembly/binaryen/archive/version_96.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>meson</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>binaryen</Name>
  28. <Summary>Extremely fast hash algorithm</Summary>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="config">/etc/profile.d/binaryen.sh</Path>
  34. </Files>
  35. <AdditionalFiles>
  36. <AdditionalFile owner="root" target="/etc/profile.d/binaryen.sh" permission="0755">binaryen.sh</AdditionalFile>
  37. </AdditionalFiles>
  38. </Package>
  39. <Package>
  40. <Name>binaryen-devel</Name>
  41. <Summary>Development files for binaryen</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">binaryen</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="1">
  51. <Date>2020-09-07</Date>
  52. <Version>96</Version>
  53. <Comment>First pisi release.</Comment>
  54. <Name>Blue Devil</Name>
  55. <Email>bluedevil@sctzine.com</Email>
  56. </Update>
  57. </History>
  58. </PISI>