1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ninja</Name>
- <Homepage>http://martine.github.com/ninja/</Homepage>
- <Packager>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Ninja is a small build system with a focus on speed.</Summary>
- <Description>Ninja is a small build system with a focus on speed.</Description>
- <Archive sha1sum="17219deb34dd816363e37470f77ff7231509143a" type="targz">https://github.com/ninja-build/ninja/archive/v1.8.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>re2c</Dependency>
- <Dependency>asciidoc</Dependency>
- <Dependency>emacs-python</Dependency>
- <Dependency>giflib-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>LFS.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>ninja</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2017-10-08</Date>
- <Version>1.8.2</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-22</Date>
- <Version>1.7.2</Version>
- <Comment>Release Bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-07-09</Date>
- <Version>1.7.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Ergün Salman</Name>
- <Email>poyraz76@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.6.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-25</Date>
- <Version>1.6.0</Version>
- <Comment>First release</Comment>
- <Name>Vedat Demir</Name>
- <Email>vedat@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|