perl-convert-asn1: new package
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4182346f4b
commit
f7daf3c9be
@ -1921,6 +1921,7 @@ F: package/civetweb/
|
||||
N: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
|
||||
F: docs/manual/
|
||||
F: package/opkg-utils/
|
||||
F: package/perl-convert-asn1/
|
||||
F: package/pigz/
|
||||
F: support/scripts/size-stats
|
||||
F: utils/size-stats-compare
|
||||
|
@ -664,6 +664,7 @@ endif
|
||||
source "package/perl/Config.in"
|
||||
if BR2_PACKAGE_PERL
|
||||
menu "Perl libraries/modules"
|
||||
source "package/perl-convert-asn1/Config.in"
|
||||
source "package/perl-crypt-openssl-random/Config.in"
|
||||
source "package/perl-crypt-openssl-rsa/Config.in"
|
||||
source "package/perl-datetime-tiny/Config.in"
|
||||
|
6
package/perl-convert-asn1/Config.in
Normal file
6
package/perl-convert-asn1/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_CONVERT_ASN1
|
||||
bool "perl-convert-asn1"
|
||||
help
|
||||
Convert between perl data structures and ASN.1 encoded packets
|
||||
|
||||
https://metacpan.org/release/Convert-ASN1
|
6
package/perl-convert-asn1/perl-convert-asn1.hash
Normal file
6
package/perl-convert-asn1/perl-convert-asn1.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 68723e96be0b258a9e20480276e8a62c Convert-ASN1-0.27.tar.gz
|
||||
sha256 74a4a78ae0c5e973100ac0a8f203a110f76fb047b79dae4fc1fd7d6814d3d58a Convert-ASN1-0.27.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 4ef46cc39d9e2b4c767503457a1f8fda5bcf9c0c164923e2a54a3863209cf237 LICENSE
|
13
package/perl-convert-asn1/perl-convert-asn1.mk
Normal file
13
package/perl-convert-asn1/perl-convert-asn1.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-convert-asn1
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_CONVERT_ASN1_VERSION = 0.27
|
||||
PERL_CONVERT_ASN1_SOURCE = Convert-ASN1-$(PERL_CONVERT_ASN1_VERSION).tar.gz
|
||||
PERL_CONVERT_ASN1_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GB/GBARR
|
||||
PERL_CONVERT_ASN1_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_CONVERT_ASN1_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user