# DISCLAIMER: Max Horn is the sole maintainer of this package. # Please DO NOT MAKE MODIFICATIONS without informing the maintainer. # Preferably, send a patch to me instead of making changes yourself! # If that is not possible due to extra urgency, at least send me a mail. # # Explanation: I am sick and tired of getting back to my packages and # discovering that people have messed with it. I am then forced to # retrace their steps, find out who, when and why did make a certain # change etc. -- i.e. it makes my life as maintainer harder. # Furthermore, as maintainer I am responsible for problems caused by my # packages. But I am not willing to take responsibility for something I # did not do. In particular, for changes that other people introduced # behind my back, no matter how good and noble their intentions were. As # such, I may see myself forced to drop responsibility for (and hence, # maintainership of) the affected package. Package: ninja Version: 1.4.0 Revision: 1 Maintainer: Max Horn Source: https://github.com/martine/%n/archive/v%v.tar.gz Source-MD5: cff1cd76e132c0af86a8bf9f6d811eb6 SourceRename: %n-%v.tar.gz #SourceDirectory: martine-ninja-50af448 CompileScript: ./bootstrap.py --verbose InstallScript: << #!/bin/sh -ex mkdir -p %i/bin install -m 755 ninja %i/bin mkdir -p %i/etc/bash_completion.d install -m 755 misc/bash-completion %i/etc/bash_completion.d/ << # Building ninja tests requires gtest, which is not yet available in Fink #InfoTest: TestScript: make check || exit DocFiles: COPYING HACKING.md README Description: Small build system with a focus on speed DescDetail: << Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible. << # Apache Software License 2.0 is DFSG and OSI approved. According to our # packaging manual, it also qualifies as "BSD", but that sounds plain # wrong. License: DFSG-Approved Homepage: http://martine.github.com/ninja/