generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-net-snmp/Config.in
Normal file
6
package/perl-net-snmp/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_NET_SNMP
|
||||
bool "perl-net-snmp"
|
||||
help
|
||||
Object oriented interface to SNMP.
|
||||
|
||||
https://metacpan.org/release/Net-SNMP
|
||||
6
package/perl-net-snmp/perl-net-snmp.hash
Normal file
6
package/perl-net-snmp/perl-net-snmp.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 6137f04f9942d703f66179f890e3d096 Net-SNMP-v6.0.1.tar.gz
|
||||
sha256 14c37bc1cbb3f3cdc7d6c13e0f27a859f14cdcfd5ea54a0467a88bc259b0b741 Net-SNMP-v6.0.1.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 a038159be54a2807dc48e2b946514d59fceab6737d5461d93d55297a98e6e24e LICENSE
|
||||
15
package/perl-net-snmp/perl-net-snmp.mk
Normal file
15
package/perl-net-snmp/perl-net-snmp.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-net-snmp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_NET_SNMP_VERSION = 6.0.1
|
||||
PERL_NET_SNMP_SOURCE = Net-SNMP-v$(PERL_NET_SNMP_VERSION).tar.gz
|
||||
PERL_NET_SNMP_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DT/DTOWN
|
||||
PERL_NET_SNMP_DEPENDENCIES = host-perl-module-build
|
||||
PERL_NET_SNMP_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_NET_SNMP_LICENSE_FILES = LICENSE
|
||||
PERL_NET_SNMP_DISTNAME = Net-SNMP
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user