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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Dermot Bradley
aports
Commits
d8f19a30
Commit
d8f19a30
authored
8 years ago
by
Valery Kartel
Committed by
Leonardo Arena
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/perl-time-local: upgrade to 1.25
- apkbuild cleanups - fix download url - fix -doc
parent
34309408
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
testing/perl-time-local/APKBUILD
+14
-9
14 additions, 9 deletions
testing/perl-time-local/APKBUILD
with
14 additions
and
9 deletions
testing/perl-time-local/APKBUILD
+
14
−
9
View file @
d8f19a30
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname
=
perl-time-local
pkgname
=
perl-time-local
_pkgreal
=
Time-Local
_pkgreal
=
Time-Local
pkgver
=
1.2
000
pkgver
=
1.2
5
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"unknown"
pkgdesc
=
"unknown"
url
=
"http://search.cpan.org/dist/Time-Local/"
url
=
"http://search.cpan.org/dist/Time-Local/"
...
@@ -14,24 +14,29 @@ cpanmakedepends=""
...
@@ -14,24 +14,29 @@ cpanmakedepends=""
depends
=
"
$cpandepends
"
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/
$_pkgreal
-
$pkgver
.tar.gz"
source
=
"http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
$_pkgreal
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
_builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
prepare
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
}
build
()
{
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
&&
make
test
make
&&
make
test
||
return
1
}
}
package
()
{
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
}
md5sums
=
"dc9c362e980830d62b1e9653ca4f27fd Time-Local-1.2000.tar.gz"
doc
()
{
default_doc
replaces
=
"perl-doc"
}
md5sums
=
"f974bea54e26d9fc6e9bd1d594ba3da9 Time-Local-1.25.tar.gz"
sha256sums
=
"1ae9c51d777ac44a3ebc154dc625ba24d7c0cde6a8b6dba87b46d0777889fef2 Time-Local-1.25.tar.gz"
sha512sums
=
"7c21fd0d699bf139aebb5b252f1c37eed20ae78bbfd145390a97a08879121a242dbee0d81a405e634b15ffcbb640b4030c700b1b9cf11e98e474bd57c23f4c8a Time-Local-1.25.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