pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>squeak-vm</Name>
  6. <Homepage>http://wiki.squeak.org/squeak/1447</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>hardware.virtualization</PartOf>
  12. <License>Apache</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Full-featured implementation of the Smalltalk programming language and environment.</Summary>
  16. <Description>squeak-vm provides a full-featured implementation of the Smalltalk programming language and environment.</Description>
  17. <Archive sha1sum="bd807730537122b220840b4a89f04a6689f435c2" type="targz">http://squeakvm.org/unix/release/Squeak-4.10.2.2614-src.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>libglvnd-devel</Dependency>
  21. <Dependency>libXrender-devel</Dependency>
  22. <Dependency>pulseaudio-libs-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>squeak-vm</Name>
  27. <Summary>Full-featured implementation of the Smalltalk programming language and environment.</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>libXext</Dependency>
  30. <Dependency>libglvnd</Dependency>
  31. <Dependency>libXrender</Dependency>
  32. <Dependency>pulseaudio-libs</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="doc">/usr/share/doc/squeak-vm</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="2">
  43. <Date>2023-10-24</Date>
  44. <Version>4.10.2.2614</Version>
  45. <Comment>Rebuild.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2020-05-21</Date>
  51. <Version>4.10.2.2614</Version>
  52. <Comment>First pisi release.</Comment>
  53. <Name>Blue Devil</Name>
  54. <Email>bluedevil@sctzine.com</Email>
  55. </Update>
  56. </History>
  57. </PISI>