19 lines
680 B
Bash
19 lines
680 B
Bash
# Template file for 'make'
|
|
pkgname=make
|
|
version=4.4.1
|
|
revision=1
|
|
bootstrap=yes
|
|
build_style=gnu-configure
|
|
configure_args="$(vopt_with guile)"
|
|
hostmakedepends="$(vopt_if guile pkg-config)"
|
|
makedepends="$(vopt_if guile 'gc-devel guile-devel')"
|
|
checkdepends="perl tar"
|
|
short_desc="GNU Make build tool"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnu.org/software/make"
|
|
distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.lz"
|
|
checksum=8814ba072182b605d156d7589c19a43b89fc58ea479b9355146160946f8cf6e9
|
|
build_options=guile
|
|
make_check=ci-skip #features/temp_stdin Error running /builddir/make-4.4.1/tests/../make (expected 512; got 0)
|