mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
perl-XML-LibXML: update to 2.0133.
This commit is contained in:
parent
cb56f66654
commit
2862016fcd
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'perl-XML-LibXML'
|
# Template file for 'perl-XML-LibXML'
|
||||||
pkgname=perl-XML-LibXML
|
pkgname=perl-XML-LibXML
|
||||||
version=2.0132
|
version=2.0133
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -12,10 +12,10 @@ maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/XML-LibXML"
|
homepage="https://metacpan.org/release/XML-LibXML"
|
||||||
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=721452e3103ca188f5968ab06d5ba29fe8e00e49f4767790882095050312d476
|
checksum=5f25c5744424b2e9364f71f607e96c19e2c6fa188baeda34894d2336d30e4d9a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Disable link and execute check for libxml2
|
# Disable link and execute check for libxml2
|
||||||
sed -i Makefile.PL -e"s;_libxml_check_lib('xml2');1;"
|
sed -i Makefile.PL -e"s;_libxml_check_lib('xml2');1;"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue