pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>scratch</Name>
  6. <Homepage>https://scratch.mit.edu</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language</PartOf>
  12. <License>GPLv2</License>
  13. <IsA>app:gui</IsA>
  14. <Summary>Programming language learning environment for stories, games, music and art.</Summary>
  15. <Description>Scratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web.</Description>
  16. <Archive sha1sum="45cb66d1af1f7887f23a1606911bacb1858a24d6" type="targz">https://download.scratch.mit.edu/scratch-1.4.0.7.src.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk2-devel</Dependency>
  19. <Dependency>pango-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>scratch</Name>
  24. <Summary>Programming language learning environment for stories, games, music and art.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>gtk2</Dependency>
  27. <Dependency>pango</Dependency>
  28. <Dependency>squeak-vm</Dependency>
  29. <Dependency>shared-mime-info</Dependency>
  30. <Dependency>desktop-file-utils</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="data">/usr/share/</Path>
  34. <Path fileType="library">/usr/lib/</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="doc">/usr/share/doc/fplll</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2020-05-21</Date>
  42. <Version>1.4.0.7</Version>
  43. <Comment>First pisi release.</Comment>
  44. <Name>Blue Devil</Name>
  45. <Email>bluedevil@sctzine.com</Email>
  46. </Update>
  47. </History>
  48. </PISI>