Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] perl-datetime-tiny: new package
@ 2014-07-22 18:17 Francois Perrad
  2014-07-22 18:17 ` [Buildroot] [PATCH 2/4] perl-json-tiny: " Francois Perrad
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Francois Perrad @ 2014-07-22 18:17 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/Config.in                                |  1 +
 package/perl-datetime-tiny/Config.in             |  6 ++++++
 package/perl-datetime-tiny/perl-datetime-tiny.mk | 14 ++++++++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 package/perl-datetime-tiny/Config.in
 create mode 100644 package/perl-datetime-tiny/perl-datetime-tiny.mk

diff --git a/package/Config.in b/package/Config.in
index 703fd3d..aa2f783 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -431,6 +431,7 @@ endif
 	source "package/perl/Config.in"
 if BR2_PACKAGE_PERL
 menu "Perl libraries/modules"
+	source "package/perl-datetime-tiny/Config.in"
 	source "package/perl-gd/Config.in"
 	source "package/perl-gdgraph/Config.in"
 	source "package/perl-gdtextutil/Config.in"
diff --git a/package/perl-datetime-tiny/Config.in b/package/perl-datetime-tiny/Config.in
new file mode 100644
index 0000000..e84db8b
--- /dev/null
+++ b/package/perl-datetime-tiny/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_DATETIME_TINY
+	bool "perl-datetime-tiny"
+	help
+	  A datetime object with as little code as possible
+
+	  https://metacpan.org/release/DateTime-Tiny
diff --git a/package/perl-datetime-tiny/perl-datetime-tiny.mk b/package/perl-datetime-tiny/perl-datetime-tiny.mk
new file mode 100644
index 0000000..8e691a8
--- /dev/null
+++ b/package/perl-datetime-tiny/perl-datetime-tiny.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-datetime-tiny
+#
+################################################################################
+
+PERL_DATETIME_TINY_VERSION = 1.04
+PERL_DATETIME_TINY_SOURCE = DateTime-Tiny-$(PERL_DATETIME_TINY_VERSION).tar.gz
+PERL_DATETIME_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AD/ADAMK/
+PERL_DATETIME_TINY_DEPENDENCIES = perl
+PERL_DATETIME_TINY_LICENSE = Artistic or GPLv1+
+PERL_DATETIME_TINY_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-23 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 18:17 [Buildroot] [PATCH 1/4] perl-datetime-tiny: new package Francois Perrad
2014-07-22 18:17 ` [Buildroot] [PATCH 2/4] perl-json-tiny: " Francois Perrad
2014-07-22 18:17 ` [Buildroot] [PATCH 3/4] perl-path-tiny: " Francois Perrad
2014-07-22 18:17 ` [Buildroot] [PATCH 4/4] perl-try-tiny: " Francois Perrad
2014-07-23 19:49 ` [Buildroot] [PATCH 1/4] perl-datetime-tiny: " Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox