Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!66370
testing/perl-xml-rpc: upgrade to 2.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/perl-xml-rpc: upgrade to 2.1
Celeste/aports:upgrade-perl-xml-rpc
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Celeste
requested to merge
Celeste/aports:upgrade-perl-xml-rpc
into
master
10 months ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
https://metacpan.org/release/CAVAC/XML-RPC-2.1/source/Changes
0
0
Merge request reports
Compare
master
version 1
649032a9
10 months ago
master (base)
and
latest version
latest version
9a463555
1 commit,
10 months ago
version 1
649032a9
1 commit,
10 months ago
1 file
+
16
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/perl-xml-rpc/APKBUILD
+
16
−
20
Options
# Automatically generated by apkbuild-cpan, template
2
# Automatically generated by apkbuild-cpan, template
4
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname
=
perl-xml-rpc
pkgver
=
2.1
pkgrel
=
0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
XML-RPC
pkgver
=
2.0
_pkgver
=
${
pkgver
%\.0
}
pkgrel
=
1
pkgdesc
=
"Pure Perl implementation for an XML-RPC client and server"
url
=
"https://metacpan.org/release/XML-RPC"
url
=
"https://metacpan.org/release/XML-RPC
/
"
arch
=
"noarch"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl perl-libwww perl-xml-treepp perl-lwp-protocol-https"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/C/CA/CAVAC/
$_pkgreal
-
$_pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$_pkgver
"
prepare
()
{
default_prepare
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
INSTALLDIRS
=
vendor
}
source
=
"https://cpan.metacpan.org/authors/id/C/CA/CAVAC/XML-RPC-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
\
INSTALLDIRS
=
vendor
\
NO_PACKLIST
=
1
\
NO_PERLLOCAL
=
1
make
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
check
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
make
test
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
c48f71f0b2eb2a020caa1d6ba434a236fd755235599affbe1d1c846834c688531fbc8c6b25f5c3a8031279d8ee139a7b5be7fc718f33561d11e505ecf22981b
5 XML-RPC-2.tar.gz
9aefdc1b816165224c91b3018bbb7a275b3c3c9151c4804cf6ccf55e90d20d0bf763341e8704f0e0ea2ad9716c757177628539c4af126894f0175457976091e
5 XML-RPC-2.
1.
tar.gz
"
Loading