Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 1 | SUMMARY = "A packet dissection and creation library" |
| 2 | HOMEPAGE = "https://github.com/libnet/libnet" |
| 3 | |
| 4 | SECTION = "libs" |
| 5 | |
| 6 | LICENSE = "BSD-2-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07f291bf6e78efa05cec668cf6a09acc" |
| 8 | |
| 9 | DEPENDS = "libpcap" |
| 10 | |
| 11 | SRC_URI = "git://github.com/libnet/libnet.git;protocol=https;branch=master \ |
| 12 | file://0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-.patch" |
| 13 | |
| 14 | SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e" |
| 15 | SRCREV = "deeeeaeb84f8bc5d2299913d4ccf53d0d4c26966" |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | inherit autotools binconfig |