void-packages/srcpkgs/make/template
Juan RP 5416365069
make: avoid the need to autoreconf it.
This is a bootstrap pkg and as such, in the "bootstrap" target
the host is not expected to have autoconf/automake!
2020-04-06 13:13:45 +02:00

20 lines
711 B
Bash

# Template file for 'make'
# NOTE: Please don not upgrade to >= 4.3 unless you can still build
# 'Aegisub' and 'openjdk9-bootstrap' with the updated version.
pkgname=make
reverts="4.3_1"
version=4.2.1
revision=7
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')"
short_desc="The GNU make system"
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.bz2"
checksum=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
build_options=guile
patch_args="-Np1"