Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
663
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
e63392fc
Commit
e63392fc
authored
3 years ago
by
J0WI
Committed by
Leo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-cgi-session: modernize
parent
000deff1
No related branches found
No related tags found
1 merge request
!18821
main/perl-cgi-session: modernize
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-cgi-session/APKBUILD
+12
-6
12 additions, 6 deletions
main/perl-cgi-session/APKBUILD
with
12 additions
and
6 deletions
main/perl-cgi-session/APKBUILD
+
12
−
6
View file @
e63392fc
...
...
@@ -2,26 +2,32 @@
pkgname
=
perl-cgi-session
_name
=
CGI-Session
pkgver
=
4.48
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"perl module for persistent session data in CGI applications"
url
=
"http://
search.
cpan.org/
~markstos
/CGI
-
Session
-
$pkgver
/
"
url
=
"http
s
://
meta
cpan.org/
pod
/CGI
::
Session"
arch
=
"noarch"
license
=
"PerlArtistic"
depends
=
"perl"
makedepends
=
"perl-dev"
options
=
"!check"
# failing test
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/M/MA/MARKSTOS/CGI-Session-
$pkgver
.tar.gz"
build
()
{
build
()
{
cd
"
$srcdir
"
/
$_name
-
$pkgver
perl Makefile.PL
INSTALLDIRS
=
vendor
||
return
1
make
MAN1EXT
=
1p
MAN3EXT
=
3pm
||
return
1
perl Makefile.PL
INSTALLDIRS
=
vendor
make
MAN1EXT
=
1p
MAN3EXT
=
3pm
}
check
()
{
make
test
}
package
()
{
cd
"
$srcdir
"
/
$_name
-
$pkgver
make
install
MAN1EXT
=
1p
MAN3EXT
=
3pm
DESTDIR
=
"
$pkgdir
"
||
return
1
make
install
MAN1EXT
=
1p
MAN3EXT
=
3pm
DESTDIR
=
"
$pkgdir
"
find
"
$pkgdir
"
-name
perllocal.pod
-delete
find
"
$pkgdir
"
-name
.packlist
-delete
}
sha512sums
=
"82d6a498035b91474df712fdae2c9ce7290157ddec36095757f16b5cbce593d3b5115077c722350d1c890c299230f7489a41328ed64b85a0f4c3cfff8aceef54 CGI-Session-4.48.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