generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
10
package/perl-io-interface/Config.in
Normal file
10
package/perl-io-interface/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PERL_IO_INTERFACE
|
||||
bool "perl-io-interface"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Access and modify network interface card configuration.
|
||||
|
||||
https://metacpan.org/release/IO-Interface
|
||||
|
||||
comment "perl-io-interface needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
6
package/perl-io-interface/perl-io-interface.hash
Normal file
6
package/perl-io-interface/perl-io-interface.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 806f97aff5a7361b6f54cd494f4cc9fd IO-Interface-1.09.tar.gz
|
||||
sha256 e63e81c52eb1e0e60ec2d983f5552d2493e117179925c96757f23c4bd9fa713a IO-Interface-1.09.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 b5a5bf59bd1be13f7f498e5aa2ea5c0c603c04a095dcf03a06aa5b83bbccf921 LICENSE
|
||||
15
package/perl-io-interface/perl-io-interface.mk
Normal file
15
package/perl-io-interface/perl-io-interface.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-io-interface
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_IO_INTERFACE_VERSION = 1.09
|
||||
PERL_IO_INTERFACE_SOURCE = IO-Interface-$(PERL_IO_INTERFACE_VERSION).tar.gz
|
||||
PERL_IO_INTERFACE_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS
|
||||
PERL_IO_INTERFACE_DEPENDENCIES = host-perl-module-build
|
||||
PERL_IO_INTERFACE_LICENSE = Artistic-2.0
|
||||
PERL_IO_INTERFACE_LICENSE_FILES = LICENSE
|
||||
PERL_IO_INTERFACE_DISTNAME = IO-Interface
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user