mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
10
package/perl-device-serialport/Config.in
Normal file
10
package/perl-device-serialport/Config.in
Normal 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
|
||||
@@ -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
|
||||
14
package/perl-device-serialport/perl-device-serialport.mk
Normal file
14
package/perl-device-serialport/perl-device-serialport.mk
Normal 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))
|
||||
Reference in New Issue
Block a user