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
643
Issues
643
List
Boards
Labels
Service Desk
Milestones
Merge Requests
168
Merge Requests
168
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
7fc21d32
Commit
7fc21d32
authored
Jul 25, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/perl-test-tcp: upgrade to 2.00
parent
fdbf3a88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
19 deletions
+20
-19
main/perl-test-tcp/APKBUILD
main/perl-test-tcp/APKBUILD
+20
-19
No files found.
main/perl-test-tcp/APKBUILD
View file @
7fc21d32
#
Contributor: Natanael Copa <ncopa@alpinelinux.org>
#
Automatically generated by apkbuild-cpan, template 1
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
perl-test-tcp
pkgver
=
1.13
_pkgreal
=
Test-TCP
pkgver
=
2.00
pkgrel
=
0
pkgdesc
=
"
Test::TCP perl module
"
pkgdesc
=
"
testing TCP program
"
url
=
"http://search.cpan.org/dist/Test-TCP/"
arch
=
"noarch"
license
=
"GPLv2 or Artistic"
depends
=
"perl perl-test-sharedfork"
makedepends
=
"perl-dev"
install
=
""
license
=
"GPL PerlArtistic"
cpandepends
=
"perl-test-sharedfork"
cpanmakedepends
=
" "
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-TCP-
$pkgver
.tar.gz"
source
=
"http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/
$_pkgreal
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
_builddir
=
"
$srcdir
"
/Test-TCP-
$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 Build.PL
installdirs
=
vendor
||
return
1
}
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}'
`
./Build
&&
./Build
test
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
./Build
install
destdir
=
"
$pkgdir
"
||
return
1
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
md5sums
=
"fe152a1e66123b0de6779e0aa546ab34 Test-TCP-1.13.tar.gz"
md5sums
=
"48e496d9550e6f78eb0d622d6eea909b Test-TCP-2.00.tar.gz"
sha256sums
=
"95e3239975bb42af9eba9f38224bc6be4a2c4cbb0d3b5c1a2d8d9a3957d0630c Test-TCP-2.00.tar.gz"
sha512sums
=
"be6e9e9b83ffabc377d396858875851e89190b860dd1dc43582613c760fb91d2bf5578c5a56112872364c6247b0ff76593a6790d80c25c11caa564639ba658b5 Test-TCP-2.00.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