bmake: update to 20180512.
This commit is contained in:
parent
320b43027c
commit
61351a0434
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'bmake'
|
||||
pkgname=bmake
|
||||
version=20180222
|
||||
version=20180512
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
short_desc="Portable version of the NetBSD make build tool"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
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=6069ea5e72943fe3f7fb4ac43a189b99a90fd830bf6c84572f631f3aa7f507f9
|
||||
checksum=ac3cd262065fcc20c1dec7c95f06306c8138b3e17025b949343a06a8980a5508
|
||||
|
||||
do_configure() {
|
||||
cd bmake
|
||||
|
@ -23,6 +23,7 @@ do_configure() {
|
|||
cp linux*-*/bmake .
|
||||
fi
|
||||
}
|
||||
|
||||
do_build() {
|
||||
mkdir -p bmake/bmake-build
|
||||
cd bmake/bmake-build
|
||||
|
|
Loading…
Reference in New Issue