diff options
-rw-r--r-- | meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb b/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb new file mode 100644 index 0000000000..035fe9f654 --- /dev/null +++ b/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Perl module that provides simple filename and pathname matching" | ||
2 | DESCRIPTION = "File::FnMatch::fnmatch() provides simple, shell-like pattern \ | ||
3 | matching. \ | ||
4 | Though considerably less powerful than regular expressions, shell patterns \ | ||
5 | are nonetheless useful and familiar to a large audience of end-users." | ||
6 | |||
7 | HOMEPAGE = "http://search.cpan.org/dist/File-FnMatch/" | ||
8 | SECTION = "libs" | ||
9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
10 | |||
11 | LIC_FILES_CHKSUM = "file://README;beginline=34;endline=37;md5=54fdfac62963b7cece5583ab38f2cf0d" | ||
12 | |||
13 | SRC_URI = "https://cpan.metacpan.org/authors/id/M/MJ/MJP/File-FnMatch-${PV}.tar.gz" | ||
14 | |||
15 | SRC_URI[md5sum] = "22f77c20d0fb5af01a3165e2df2fe34c" | ||
16 | SRC_URI[sha256sum] = "962454b8e86bea8b132bf8af35757d0c6a8f5d599015bd6a5d68cb7ae7a9e916" | ||
17 | |||
18 | S = "${WORKDIR}/File-FnMatch-${PV}" | ||
19 | |||
20 | inherit cpan | ||
21 | |||
22 | BBCLASSEXTEND = "native" | ||