From 1a9e725e083201c9920a5165775514616caafde1 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 14:15:19 -0700 Subject: [PATCH] parrot: rebuild for libxcrypt --- srcpkgs/parrot/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/parrot/template b/srcpkgs/parrot/template index ec36cbd2afd..51b71868ae5 100644 --- a/srcpkgs/parrot/template +++ b/srcpkgs/parrot/template @@ -1,19 +1,23 @@ -# Template build file for 'parrot'. +# Template file for 'parrot' pkgname=parrot version=6.9.0 -revision=5 +revision=6 build_style=configure configure_args="--prefix=/usr --mandir=/usr/share/man" +configure_script="perl Configure.pl" +hostmakedepends="perl perl-Pod-Parser" short_desc="Virtual machine designed for dynamic languages" maintainer="pancake " +license="Artistic-2.0" homepage="http://www.parrot.org" -hostmakedepends="perl perl-Pod-Parser" -configure_script="perl Configure.pl" -license="Artistic" -distfiles="ftp://ftp.parrot.org/pub/parrot/releases/supported/${version}/parrot-${version}.tar.bz2" +distfiles="http://ftp.parrot.org/releases/supported/${version}/parrot-${version}.tar.bz2" checksum=ad5f3723c216675b9ebc2e3d3807d24fd13aa55e1eb3e7ffcad4062e0026f482 nopie=yes +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + nocross="http://build.voidlinux.org:8010/builders/armv7l_builder/builds/8546/steps/shell_3/logs/stdio" parrot-devel_package() {