perl-path-tiny: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad 2014-07-22 20:17:55 +02:00 committed by Thomas Petazzoni
parent dfe9d5b264
commit 8e8d33238e
3 changed files with 21 additions and 0 deletions

View File

@ -439,6 +439,7 @@ menu "Perl libraries/modules"
source "package/perl-json-tiny/Config.in"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-ssleay/Config.in"
source "package/perl-path-tiny/Config.in"
source "package/perl-xml-libxml/Config.in"
source "package/perl-xml-namespacesupport/Config.in"
source "package/perl-xml-sax-base/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_PATH_TINY
bool "perl-path-tiny"
help
File path utility
https://github.com/dagolden/Path-Tiny

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-path-tiny
#
################################################################################
PERL_PATH_TINY_VERSION = 0.055
PERL_PATH_TINY_SOURCE = Path-Tiny-$(PERL_PATH_TINY_VERSION).tar.gz
PERL_PATH_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN/
PERL_PATH_TINY_DEPENDENCIES = perl
PERL_PATH_TINY_LICENSE = Apache-2.0
PERL_PATH_TINY_LICENSE_FILES = LICENSE
$(eval $(perl-package))