Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
816
Issues
816
List
Boards
Labels
Milestones
Merge Requests
42
Merge Requests
42
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
b7db7261
Commit
b7db7261
authored
Jun 25, 2018
by
Roberto Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/perl-net-irr: modernize and add check
parent
ba4a729f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
APKBUILD
testing/perl-net-irr/APKBUILD
+14
-10
No files found.
testing/perl-net-irr/APKBUILD
View file @
b7db7261
...
...
@@ -4,33 +4,37 @@
pkgname
=
perl-net-irr
_pkgreal
=
Net-IRR
pkgver
=
0.08
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Perl interface to the Internet Route Registry daemon"
url
=
"http://search.cpan.org/dist/Net-IRR/"
arch
=
"noarch"
license
=
"GPL PerlArtistic"
cpandepends
=
""
cpanmakedepends
=
""
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev cairo-dev
$cpanmakedepends
"
makedepends
=
"perl-dev cairo-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/T/TC/TCAINE/
$_pkgreal
-
$pkgver
.tar.gz"
_
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
cd
"
$_builddir
"
default_prepare
cd
"
$builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
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
}
...
...
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