1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>scratch</Name>
- <Homepage>https://scratch.mit.edu</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language</PartOf>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>Programming language learning environment for stories, games, music and art.</Summary>
- <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>
- <Archive sha1sum="45cb66d1af1f7887f23a1606911bacb1858a24d6" type="targz">https://download.scratch.mit.edu/scratch-1.4.0.7.src.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>scratch</Name>
- <Summary>Programming language learning environment for stories, games, music and art.</Summary>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>squeak-vm</Dependency>
- <Dependency>shared-mime-info</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share/</Path>
- <Path fileType="library">/usr/lib/</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc/fplll</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-05-21</Date>
- <Version>1.4.0.7</Version>
- <Comment>First pisi release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|