mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
parrot: rebuild for libxcrypt
This commit is contained in:
parent
e90cefdc75
commit
1a9e725e08
1 changed files with 10 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue