ninja: update to 1.7.1.
This commit is contained in:
parent
af214161ec
commit
4446fcd833
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ninja'
|
||||
pkgname=ninja
|
||||
version=1.6.0
|
||||
version=1.7.1
|
||||
revision=1
|
||||
hostmakedepends="python asciidoc"
|
||||
short_desc="Small build system with a focus on speed"
|
||||
|
@ -8,11 +8,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://martine.github.io/ninja/"
|
||||
distfiles="https://github.com/martine/ninja/archive/v${version}.tar.gz"
|
||||
checksum=b43e88fb068fe4d92a3dfd9eb4d19755dae5c33415db2e9b7b61b4659009cde7
|
||||
checksum=51581de53cf4705b89eb6b14a85baa73288ad08bff256e7d30d529155813be19
|
||||
|
||||
do_configure() {
|
||||
# Skip rebuild with bootstrapped ninja until build phase:
|
||||
sed -e "s|subprocess.check_call('./ninja%s' % verbose, shell=True)|pass|" -i configure.py
|
||||
sed -e "s|subprocess.check_call(rebuild_args)|pass|" -i configure.py
|
||||
python2 configure.py --bootstrap
|
||||
}
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue