Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
646
Issues
646
List
Boards
Labels
Service Desk
Milestones
Merge Requests
172
Merge Requests
172
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
fdbf3a88
Commit
fdbf3a88
authored
Jul 25, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/perl-getopt-long: upgrade to 2.41
parent
b2c40541
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
19 deletions
+29
-19
main/perl-getopt-long/APKBUILD
main/perl-getopt-long/APKBUILD
+29
-19
No files found.
main/perl-getopt-long/APKBUILD
View file @
fdbf3a88
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname
=
perl-getopt-long
_
realname
=
Getopt-Long
pkgver
=
2.
38
pkgrel
=
2
pkgdesc
=
"
Extended processing of
command line options"
url
=
"http://search.cpan.org/
~jv/Getopt-Long-2.38
/"
_
pkgreal
=
Getopt-Long
pkgver
=
2.
41
pkgrel
=
0
pkgdesc
=
"
Module to handle parsing
command line options"
url
=
"http://search.cpan.org/
dist/Getopt-Long
/"
arch
=
"noarch"
license
=
"Unknown"
depends
=
"perl"
makedepends
=
"perl-dev"
install
=
license
=
"GPL PerlArtistic"
cpandepends
=
""
cpanmakedepends
=
" "
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/J/JV/JV/
$_
realname
-
$pkgver
.tar.gz"
source
=
"http://search.cpan.org/CPAN/authors/id/J/JV/JV/
$_
pkgreal
-
$pkgver
.tar.gz"
build
()
{
cd
"
$srcdir
/
$_realname
-
$pkgver
"
_builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
cd
"
$_builddir
"
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
||
return
1
make
||
return
1
build
()
{
cd
"
$_builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
make
&&
make
test
}
package
()
{
cd
"
$srcdir
/
$_realname
-
$pkgver
"
make
DESTDIR
=
"
$pkgdir
"
install
# creates file collision among perl modules
find
"
$pkgdir
"
-name
perllocal.pod
-delete
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
md5sums
=
"4d38c78300e79a7fde4700e88759c2b3 Getopt-Long-2.38.tar.gz"
md5sums
=
"714d040249efe344b813b90deb43bbea Getopt-Long-2.41.tar.gz"
sha256sums
=
"830736e3b28a0cdc222945a94ee26e6a8c7709b50312654aac552d0573bfc687 Getopt-Long-2.41.tar.gz"
sha512sums
=
"e9ec32b46223df9093b7d2a3e94795b483e4370945fe443ac185b43c6a208015e79e67dfad3df7b642c9b8739f7df223d765e6f1c92c1ba8ea5a4be41970ac1a Getopt-Long-2.41.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment