Revert "make: use tar.gz distfile to not depend on xz"
This reverts commit fc251d6134
.
Doing this fails:
```
=> make-4.3_1: running pre_configure ...
/usr/bin/autopoint: line 494: xz: command not found
tar: This does not look like a tar archive
tar: gettext-0.19.4: Not found in archive
tar: Exiting with failure status due to previous errors
```
This commit is contained in:
parent
1969a63262
commit
30d93dddca
|
@ -5,14 +5,14 @@ revision=1
|
|||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_with guile)"
|
||||
hostmakedepends="$(vopt_if guile pkg-config)"
|
||||
hostmakedepends="$(vopt_if guile pkg-config) xz"
|
||||
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.gz"
|
||||
checksum=e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19
|
||||
distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.lz"
|
||||
checksum=de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82
|
||||
build_options=guile
|
||||
patch_args="-Np1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue