mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
bmake: update to 20180512.
This commit is contained in:
parent
320b43027c
commit
61351a0434
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'bmake'
|
# Template file for 'bmake'
|
||||||
pkgname=bmake
|
pkgname=bmake
|
||||||
version=20180222
|
version=20180512
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="Portable version of the NetBSD make build tool"
|
short_desc="Portable version of the NetBSD make build tool"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.crufty.net/help/sjg/bmake.html"
|
homepage="http://www.crufty.net/help/sjg/bmake.html"
|
||||||
distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
||||||
checksum=6069ea5e72943fe3f7fb4ac43a189b99a90fd830bf6c84572f631f3aa7f507f9
|
checksum=ac3cd262065fcc20c1dec7c95f06306c8138b3e17025b949343a06a8980a5508
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd bmake
|
cd bmake
|
||||||
|
@ -23,6 +23,7 @@ do_configure() {
|
||||||
cp linux*-*/bmake .
|
cp linux*-*/bmake .
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
mkdir -p bmake/bmake-build
|
mkdir -p bmake/bmake-build
|
||||||
cd bmake/bmake-build
|
cd bmake/bmake-build
|
||||||
|
|
Loading…
Add table
Reference in a new issue