aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-12 10:26:14 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:45:17 -0700
commita495573a9db6c4a012b9436b8c2f6c5069870e81 (patch)
tree995e1f69d9d8cff6bce12465c907a99474d87b4c
parent9b6907ea711fd3872fbddf5e59288f48e8e18d94 (diff)
downloadmeta-openembedded-contrib-timo/meta-perl.tar.gz
libgrowl-gntp-perl: add 0.20timo/meta-perl
Growl::GNTP - Perl implementation of GNTP Protocol (Client Part) Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libgrowl/libgrowl-gntp-perl_0.20.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libgrowl/libgrowl-gntp-perl_0.20.bb b/meta-perl/recipes-perl/libgrowl/libgrowl-gntp-perl_0.20.bb
new file mode 100644
index 0000000000..398b5fcf01
--- /dev/null
+++ b/meta-perl/recipes-perl/libgrowl/libgrowl-gntp-perl_0.20.bb
@@ -0,0 +1,25 @@
+SUMMARY = "Growl::GNTP is Perl implementation of GNTP Protocol (Client Part)"
+SECTION = "libs"
+
+HOMEPAGE = "https://github.com/mattn/p5-Growl-GNTP"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=296c8f8250877a7c35ac8203bd5f8747"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MATTN/Growl-GNTP-${PV}.tar.gz"
+SRC_URI[md5sum] = "482e242fc8d274d1138c361200e0b65d"
+SRC_URI[sha256sum] = "b1c9795b72c750ca6bb69cfa7e50e78e429a8e1972d7cb9ed7ee1ec769311d94"
+
+S = "${WORKDIR}/Growl-GNTP-${PV}"
+
+inherit cpan_build
+
+RDEPENDS_${PN} = " libcrypt-cbc-perl \
+ libdata-uuid-perl \
+ perl-module-digest-md5 \
+ perl-module-digest-sha \
+ perl-module-filter-util-call \
+ libio-socket-portstate-perl \
+"
+
+BBCLASSEXTEND = "native"