mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
bmake: update to 20201101
This commit is contained in:
parent
f132a1a010
commit
b62d46b380
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bmake'
|
||||
pkgname=bmake
|
||||
version=20201010
|
||||
version=20201101
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
short_desc="Portable version of the NetBSD make build tool"
|
||||
|
@ -8,13 +8,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="http://www.crufty.net/help/sjg/bmake.html"
|
||||
distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
||||
checksum=6e1261b3b194d3a92770fc73772bff052c47eada98952a0b19c4e5b7f1fe5515
|
||||
checksum=892a483dee9e855c0b31ca84848a503d8d02e435880341ecbcccd44028cc259b
|
||||
python_version=3
|
||||
|
||||
do_configure() {
|
||||
cd bmake
|
||||
sed -i 's/op_test() {/& return 0;/' boot-strap
|
||||
sed -i '1s,:,#!/bin/sh,g' install-sh
|
||||
vsed -i 's/op_test() {/& return 0;/' boot-strap
|
||||
vsed -i '1s,:,#!/bin/sh,g' install-sh
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
mkdir -p bmake-host
|
||||
cd bmake-host
|
||||
|
@ -37,7 +37,7 @@ do_build() {
|
|||
do_install() {
|
||||
cd bmake/bmake-build
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
|
||||
vsed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
|
||||
fi
|
||||
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
|
||||
rm -rf ${DESTDIR}/usr/share/man/cat1
|
||||
|
|
Loading…
Add table
Reference in a new issue