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
Commits
643b01e3
Commit
643b01e3
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-cpanel-json-xs: upgrade to 4.19
parent
03dd531d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-cpanel-json-xs/APKBUILD
+3
-8
3 additions, 8 deletions
main/perl-cpanel-json-xs/APKBUILD
with
3 additions
and
8 deletions
main/perl-cpanel-json-xs/APKBUILD
+
3
−
8
View file @
643b01e3
...
@@ -2,40 +2,35 @@
...
@@ -2,40 +2,35 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
perl-cpanel-json-xs
pkgname
=
perl-cpanel-json-xs
_pkgreal
=
Cpanel-JSON-XS
_pkgreal
=
Cpanel-JSON-XS
pkgver
=
4.1
8
pkgver
=
4.1
9
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"JSON::XS for Cpanel, fast and correct serialising, also for 5.6.2"
pkgdesc
=
"JSON::XS for Cpanel, fast and correct serialising, also for 5.6.2"
url
=
"https://metacpan.org/release/Cpanel-JSON-XS"
url
=
"https://metacpan.org/release/Cpanel-JSON-XS"
arch
=
"all"
arch
=
"all"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
cpanmakedepends
=
"perl-json perl-test-leaktrace"
depends
=
"perl"
depends
=
"perl"
makedepends
=
"perl-dev
$cpanmakedepends
"
makedepends
=
"perl-dev
perl-json perl-test-leaktrace
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-
$pkgver
.tar.gz"
source
=
"https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
check
()
{
check
()
{
cd
"
$builddir
"
make
test
make
test
}
}
prepare
()
{
prepare
()
{
cd
"
$builddir
"
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
}
build
()
{
build
()
{
cd
"
$builddir
"
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
make
make
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
}
sha512sums
=
"
3a86b948e6fac25376382da5b8acf70db9ce3eff14c3cd6fbd8f018dd04102135ae799c39dc06bca3cb212
01
9
44
462fe62e44ae5ebd3d03838ebdaae576890de
Cpanel-JSON-XS-4.1
8
.tar.gz"
sha512sums
=
"
c67b62e8f95900cb3626357cfa9976f1553f84ffd10a977d47839ca3b317
0144
73c3a6e48f6680478b89bbdc2ac177b22441ad5e49e7e8eb0344ef14a3c52b10
Cpanel-JSON-XS-4.1
9
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment