Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "A Perl module that checks whether a particular C library and its headers are available" |
| 2 | DESCRIPTION = "This module provides a way of checking whether a particular library \ |
| 3 | and its headers are available, by attempting to compile a simple program and \ |
| 4 | link against it." |
| 5 | HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib" |
| 6 | SECTION = "libs" |
| 7 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 8 | |
| 9 | LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2" |
| 10 | |
| 11 | SRC_URI = "https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-${PV}.tar.gz \ |
| 12 | file://0001-CheckLib.pm-don-t-execute-the-binary.patch \ |
| 13 | " |
| 14 | SRC_URI[md5sum] = "930216c5abc0f016df8a7539d48c891a" |
| 15 | SRC_URI[sha256sum] = "24adfd908705dfac4bb320711763f37126b75cf54b3566c2c27c7cdef9c429a8" |
| 16 | |
| 17 | S = "${WORKDIR}/Devel-CheckLib-${PV}" |
| 18 | |
| 19 | inherit cpan |
| 20 | |
| 21 | BBCLASSEXTEND="native" |