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
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
190
Merge Requests
190
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
1d226b53
Commit
1d226b53
authored
Jul 25, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/perl-regexp-common: upgrade to 2013031301
parent
e27607c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
17 deletions
+19
-17
main/perl-regexp-common/APKBUILD
main/perl-regexp-common/APKBUILD
+19
-17
No files found.
main/perl-regexp-common/APKBUILD
View file @
1d226b53
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
perl-regexp-common
pkgver
=
2011041701
_pkgreal
=
Regexp-Common
pkgver
=
2013031301
pkgrel
=
0
pkgdesc
=
"
Regexp::Common perl module
"
pkgdesc
=
"
Provide commonly requested regular expressions
"
url
=
"http://search.cpan.org/dist/Regexp-Common/"
arch
=
"noarch"
license
=
"GPLv2 or Artistic"
depends
=
"perl"
makedepends
=
"perl-dev"
install
=
""
license
=
"mit"
cpandepends
=
""
cpanmakedepends
=
" "
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/Regexp-Common-
$pkgver
.tar.gz"
source
=
"http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/
$_pkgreal
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
_builddir
=
"
$srcdir
"
/Regexp-Common-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
cd
"
$_builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
||
return
1
make
&&
make
test
||
return
1
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
make
&&
make
test
}
package
()
{
...
...
@@ -36,4 +36,6 @@ package() {
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
md5sums
=
"7e6bef3eefff91ecb2f07b1e81217650 Regexp-Common-2011041701.tar.gz"
md5sums
=
"2b9c335312dcfd9980ff7acbad0e5905 Regexp-Common-2013031301.tar.gz"
sha256sums
=
"729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84 Regexp-Common-2013031301.tar.gz"
sha512sums
=
"2fad761c169be76771856938a53f28dab232cb44cea4e22f56869754633f9a38f94568096ac0f21a885e6dd11049f401c8957b04929eee6802b8454c4fe4f62a Regexp-Common-2013031301.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