This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_DEVICE_SERIALPORT
bool "perl-device-serialport"
depends on !BR2_STATIC_LIBS
help
Linux/POSIX emulation of Win32::SerialPort functions.
https://metacpan.org/release/Device-SerialPort
comment "perl-device-serialport needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 82c698151f934eb28c65d1838cee7d9e Device-SerialPort-1.04.tar.gz
sha256 d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7 Device-SerialPort-1.04.tar.gz
# computed by scancpan
sha256 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-device-serialport
#
################################################################################
PERL_DEVICE_SERIALPORT_VERSION = 1.04
PERL_DEVICE_SERIALPORT_SOURCE = Device-SerialPort-$(PERL_DEVICE_SERIALPORT_VERSION).tar.gz
PERL_DEVICE_SERIALPORT_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CO/COOK
PERL_DEVICE_SERIALPORT_LICENSE = Artistic or GPL-1.0+
PERL_DEVICE_SERIALPORT_LICENSE_FILES = README
PERL_DEVICE_SERIALPORT_DISTNAME = Device-SerialPort
$(eval $(perl-package))