mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +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
|
pkgname=parrot
|
||||||
version=6.9.0
|
version=6.9.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --mandir=/usr/share/man"
|
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"
|
short_desc="Virtual machine designed for dynamic languages"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
license="Artistic-2.0"
|
||||||
homepage="http://www.parrot.org"
|
homepage="http://www.parrot.org"
|
||||||
hostmakedepends="perl perl-Pod-Parser"
|
distfiles="http://ftp.parrot.org/releases/supported/${version}/parrot-${version}.tar.bz2"
|
||||||
configure_script="perl Configure.pl"
|
|
||||||
license="Artistic"
|
|
||||||
distfiles="ftp://ftp.parrot.org/pub/parrot/releases/supported/${version}/parrot-${version}.tar.bz2"
|
|
||||||
checksum=ad5f3723c216675b9ebc2e3d3807d24fd13aa55e1eb3e7ffcad4062e0026f482
|
checksum=ad5f3723c216675b9ebc2e3d3807d24fd13aa55e1eb3e7ffcad4062e0026f482
|
||||||
nopie=yes
|
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"
|
nocross="http://build.voidlinux.org:8010/builders/armv7l_builder/builds/8546/steps/shell_3/logs/stdio"
|
||||||
|
|
||||||
parrot-devel_package() {
|
parrot-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue