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
cb20c716
Commit
cb20c716
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-module-build: upgrade to 0.4231
parent
df5de2b7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-module-build/APKBUILD
+10
-16
10 additions, 16 deletions
main/perl-module-build/APKBUILD
with
10 additions
and
16 deletions
main/perl-module-build/APKBUILD
+
10
−
16
View file @
cb20c716
...
...
@@ -3,42 +3,36 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
perl-module-build
_pkgreal
=
Module-Build
pkgver
=
0.42
29
pkgver
=
0.42
31
pkgrel
=
0
pkgdesc
=
"Build and install Perl modules"
url
=
"http://
search.
cpan.org/
dist
/Module-Build
/
"
url
=
"http
s
://
meta
cpan.org/
release
/Module-Build"
arch
=
"noarch"
license
=
"GPL PerlArtistic"
cpandepends
=
""
cpanmakedepends
=
""
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl"
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"http://
search.
cpan.org/
CPAN/
authors/id/L/LE/LEONT/
$_pkgreal
-
$pkgver
.tar.gz"
source
=
"http
s
://
cpan.meta
cpan.org/authors/id/L/LE/LEONT/
Module-Build
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
check
()
{
cd
"
$builddir
"
./Build
test
}
prepare
()
{
cd
"
$builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
perl Build.PL
installdirs
=
vendor
||
return
1
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
perl Build.PL
installdirs
=
vendor
}
build
()
{
cd
"
$builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
./Build
}
package
()
{
cd
"
$builddir
"
./Build
install
destdir
=
"
$pkgdir
"
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"
51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738
Module-Build-0.42
29
.tar.gz"
sha512sums
=
"
ee1dc18a7df3fe67e7f954d5e1e071aa0a6f5bce6783b768bceb01f071e64ac8be63f410c932c7c16764e5d4f52fc664ce11a12f26f6afc75a26f79883efad70
Module-Build-0.42
31
.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