ports/opt (3.1): ninja: updated to 1.6.0
commit b89bf3b1187a73ff87182daabc1cc7dfd837499c Author: Jose V Beneyto <sepen@crux.nu> Date: Fri Jul 24 09:42:08 2015 +0200 ninja: updated to 1.6.0 diff --git a/ninja/.md5sum b/ninja/.md5sum index b9b7362..c290cb8 100644 --- a/ninja/.md5sum +++ b/ninja/.md5sum @@ -1 +1 @@ -59f4f1cf5d9bb0d7877a6d5a5afd770a v1.5.1.tar.gz +254133059f2da79d8727f654d7198f43 v1.6.0.tar.gz diff --git a/ninja/Pkgfile b/ninja/Pkgfile index cdfb193..40722c1 100644 --- a/ninja/Pkgfile +++ b/ninja/Pkgfile @@ -5,12 +5,12 @@ # Depends on: python name=ninja -version=1.5.1 +version=1.6.0 release=1 source=(https://github.com/martine/$name/archive/v$version.tar.gz) build() { cd $name-$version - ./bootstrap.py --verbose + ./configure.py --bootstrap install -D -m 0755 $name $PKG/usr/bin/$name }
participants (1)
-
crux@crux.nu