generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-datetime-tiny/Config.in
Normal file
6
package/perl-datetime-tiny/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DATETIME_TINY
|
||||
bool "perl-datetime-tiny"
|
||||
help
|
||||
A date object, with as little code as possible.
|
||||
|
||||
https://github.com/dagolden/DateTime-Tiny
|
||||
6
package/perl-datetime-tiny/perl-datetime-tiny.hash
Normal file
6
package/perl-datetime-tiny/perl-datetime-tiny.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 5ac2924652edb0cf5fda7c9d52162b3f DateTime-Tiny-1.07.tar.gz
|
||||
sha256 83568a22838cb518fbeb9e060460ec7f59d5a0b0a1cc06562954c3674d7cf7e4 DateTime-Tiny-1.07.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 21cda7a55a8d4b32a43c654f0d4d4a1587096b35bf2a93ea12a2e3a8c2c0b88f LICENSE
|
||||
14
package/perl-datetime-tiny/perl-datetime-tiny.mk
Normal file
14
package/perl-datetime-tiny/perl-datetime-tiny.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-datetime-tiny
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DATETIME_TINY_VERSION = 1.07
|
||||
PERL_DATETIME_TINY_SOURCE = DateTime-Tiny-$(PERL_DATETIME_TINY_VERSION).tar.gz
|
||||
PERL_DATETIME_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN
|
||||
PERL_DATETIME_TINY_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DATETIME_TINY_LICENSE_FILES = LICENSE
|
||||
PERL_DATETIME_TINY_DISTNAME = DateTime-Tiny
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user