aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-07 07:33:24 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:47:43 -0700
commitea36baee41e4f9f6a88484dd0e8b2b6c522e4e77 (patch)
treec58ffeda4521266eca11dcfaa11797b3e80db6cc
parent60a3dd91272329468b0542317e2aa32b27e5c17a (diff)
downloadmeta-openembedded-contrib-ea36baee41e4f9f6a88484dd0e8b2b6c522e4e77.tar.gz
libextutils-typemap-perl: add 1.00
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-typemap-perl_1.00.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-typemap-perl_1.00.bb b/meta-perl/recipes-perl/libextutils/libextutils-typemap-perl_1.00.bb
new file mode 100644
index 0000000000..1e285cfc1f
--- /dev/null
+++ b/meta-perl/recipes-perl/libextutils/libextutils-typemap-perl_1.00.bb
@@ -0,0 +1,28 @@
+SUMMARY = "ExtUtils::Typemap - Read/Write/Modify Perl/XS typemap files"
+DESCRIPTION = "This module exists merely as a compatibility wrapper around \
+\"ExtUtils::Typemaps\". In a nutshell, \"ExtUtils::Typemaps\" because the \
+_Typemap_ directory in _lib/_ could collide with the _typemap_ file on \
+case-insensitive file systems. \
+\
+The \"ExtUtils::Typemaps\" module is a part of the \"ExtUtils::ParseXS\" \
+distribution and ships with the standard library of perl starting with \
+perl version 5.16."
+
+SECTION = "libs"
+
+HOMEPAGE = "https://metapan.org/release/ExtUtils-Typemap"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;beginline=25;endline=29;md5=eae1222adce11c64b284ac2e2b62fb31"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/ExtUtils-Typemap-${PV}.tar.gz"
+SRC_URI[md5sum] = "a7175a06e27939a83b1b781e91c13ad0"
+SRC_URI[sha256sum] = "b1b015772dbb068b93a0f6ffa02f5d94822365e6018ac5ed2bc53ca669071fc7"
+
+S = "${WORKDIR}/ExtUtils-Typemap-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " libextutils-typemaps-perl"
+
+BBCLASSEXTEND = "native"