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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Dominika Liberda
aports
Commits
c9a6a2a1
Commit
c9a6a2a1
authored
7 years ago
by
Roberto Oliveira
Committed by
Natanael Copa
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-file-sharedir-install: upgrade to 0.11 and modernize
parent
299b5ca2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-file-sharedir-install/APKBUILD
+18
-13
18 additions, 13 deletions
main/perl-file-sharedir-install/APKBUILD
with
18 additions
and
13 deletions
main/perl-file-sharedir-install/APKBUILD
+
18
−
13
View file @
c9a6a2a1
...
...
@@ -3,39 +3,44 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
perl-file-sharedir-install
_pkgreal
=
File-ShareDir-Install
pkgver
=
0.1
0
pkgver
=
0.1
1
pkgrel
=
0
pkgdesc
=
"Install shared files"
url
=
"http://search.cpan.org/dist/File-ShareDir-Install/"
arch
=
"noarch"
license
=
"GPL PerlArtistic"
cpandepends
=
""
cpanmakedepends
=
"
"
cpanmakedepends
=
""
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
makedepends
=
"perl-dev
$cpanmakedepends
perl-module-build-tiny
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/
G/GW/GWYN
/
$_pkgreal
-
$pkgver
.tar.gz"
source
=
"http://search.cpan.org/CPAN/authors/id/
E/ET/ETHER
/
$_pkgreal
-
$pkgver
.tar.gz"
_
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
cd
"
$_builddir
"
default_prepare
cd
"
$builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
make
&&
make
test
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$
_
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
md5sums
=
"37fb7fa72ce7184516dd022aba62f524 File-ShareDir-Install-0.10.tar.gz"
sha256sums
=
"708af71dec4dfb5a8cf9a5e863b566714c3f65f0a76722302de5a07ee202e6f7 File-ShareDir-Install-0.10.tar.gz"
sha512sums
=
"96c3a94da78e51c97223f16892c6bdb6a93f9602643aca6ee73fd661aefb0a018938f03b8265f255dc3daba467e01a2d2a924f33a5e1e4d2e9c9fe2698a3d09f File-ShareDir-Install-0.10.tar.gz"
sha512sums
=
"6611f6c3221ec52db7582f30b2159dba22ca8d899666526c069298b3350ced9e3b46872baaceb30f7a27e3c744c929ca4967fa820d14bbfdb41e5ed5485a9f72 File-ShareDir-Install-0.11.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