Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
2a080de5
Verified
Commit
2a080de5
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-net-snmp: assign Perl team, fix metadata, add HMAC dep
parent
0712a7c6
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
user/perl-net-snmp/APKBUILD
+40
-0
40 additions, 0 deletions
user/perl-net-snmp/APKBUILD
with
40 additions
and
0 deletions
user/perl-net-snmp/APKBUILD
0 → 100644
+
40
−
0
View file @
2a080de5
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-net-snmp
_pkgreal
=
Net-SNMP
pkgver
=
6.0.1
pkgrel
=
3
pkgdesc
=
"Object oriented interface to SNMP"
url
=
"https://metacpan.org/release/Net-SNMP"
arch
=
"noarch"
license
=
"GPL-2.0-only OR Artistic-1.0-Perl"
depends
=
"perl-crypt-des perl-crypt-rijndael perl-digest-hmac perl-digest-sha1"
makedepends
=
"perl-dev perl-module-build"
subpackages
=
"
$pkgname
-doc"
source
=
"https://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/
$_pkgreal
-v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-v
$pkgver
"
prepare
()
{
cd
"
$builddir
"
perl Build.PL
installdirs
=
vendor
}
build
()
{
cd
"
$builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
./Build
}
check
()
{
cd
"
$builddir
"
./Build
test
}
package
()
{
cd
"
$builddir
"
./Build
install
destdir
=
"
$pkgdir
"
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"5e38d4a934661201d42fd4a2d08aeca8c4522e0e430303eec7af38d16ea0aee131a4ec563bf87874376fe4995a674a24451f2a12b71a9c51ed3632e6f65314df Net-SNMP-v6.0.1.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