mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/ninja: Updated for version 1.10.0.
As part of this commit, file HACKING.md is removed from documentation installation. In the source, HACKING.md has been renamed to CONTRIBUTING.md. However, to be consistent with ninja package of Slackware-current, we do not install CONTRIBUTING.md. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41abfb4f88
commit
b2f8599bd3
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ninja
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
COPYING* HACKING* README* RELEASING \
|
||||
COPYING* README* RELEASING \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ninja"
|
||||
VERSION="1.9.0"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://ninja-build.org/"
|
||||
DOWNLOAD="https://github.com/ninja-build/ninja/archive/v1.9.0/ninja-1.9.0.tar.gz"
|
||||
MD5SUM="f340be768a76724b83e6daab69009902"
|
||||
DOWNLOAD="https://github.com/ninja-build/ninja/archive/v1.10.0/ninja-1.10.0.tar.gz"
|
||||
MD5SUM="cf1d964113a171da42a8940e7607e71a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue