46 lines
1.5 KiB
XML
Executable File
46 lines
1.5 KiB
XML
Executable File
<?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="a6ff055691f6d355234298c21cc18961b4ca2ed9" type="targz">https://github.com/martine/ninja/archive/v1.6.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>asciidoc</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="1">
|
|
<Date>2015-08-25</Date>
|
|
<Version>1.6.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Vedat Demir</Name>
|
|
<Email>vedat@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|