parrot: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:15:19 -07:00 committed by classabbyamp
parent e90cefdc75
commit 1a9e725e08

View file

@ -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 <pancake@nopcode.org>"
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() {