generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
12
package/perl-encode-detect/Config.in
Normal file
12
package/perl-encode-detect/Config.in
Normal file
@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PERL_ENCODE_DETECT
|
||||
bool "perl-encode-detect"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
An Encode::Encoding subclass that detects the encoding of
|
||||
data.
|
||||
|
||||
https://metacpan.org/release/Encode-Detect
|
||||
|
||||
comment "perl-encode-detect needs a toolchain w/ C++, dynamic library"
|
||||
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP
|
||||
6
package/perl-encode-detect/perl-encode-detect.hash
Normal file
6
package/perl-encode-detect/perl-encode-detect.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 ee9faf55d7105c97b02b8ebe590819c7 Encode-Detect-1.01.tar.gz
|
||||
sha256 834d893aa7db6ce3f158afbd0e432d6ed15a276e0940db0a74be13fd9c4bbbf1 Encode-Detect-1.01.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f LICENSE
|
||||
15
package/perl-encode-detect/perl-encode-detect.mk
Normal file
15
package/perl-encode-detect/perl-encode-detect.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-encode-detect
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_ENCODE_DETECT_VERSION = 1.01
|
||||
PERL_ENCODE_DETECT_SOURCE = Encode-Detect-$(PERL_ENCODE_DETECT_VERSION).tar.gz
|
||||
PERL_ENCODE_DETECT_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JG/JGMYERS
|
||||
PERL_ENCODE_DETECT_DEPENDENCIES = host-perl-module-build
|
||||
PERL_ENCODE_DETECT_LICENSE = MPL-1.1
|
||||
PERL_ENCODE_DETECT_LICENSE_FILES = LICENSE
|
||||
PERL_ENCODE_DETECT_DISTNAME = Encode-Detect
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user