aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libgrowl/libgrowl-gntp-perl_0.20.bb
blob: 398b5fcf01c53bd6f062eb95b066e57be99879df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"