Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | SUMMARY = "ISIC -- IP Stack Integrity Checker" |
| 2 | DESCRIPTION = "ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.)" |
| 3 | HOMEPAGE = "http://isic.sourceforge.net/" |
| 4 | SECTION = "security" |
| 5 | LICENSE = "BSD" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d41d8cd98f00b204e9800998ecf8427e" |
| 7 | |
| 8 | DEPENDS = "libnet" |
| 9 | PARALLEL_MAKE = "" |
| 10 | |
| 11 | SRC_URI = "http://prdownloads.sourceforge.net/isic/${BPN}-${PV}.tgz \ |
| 12 | file://configure_fix.patch \ |
| 13 | file://isic-0.07-netinet.patch \ |
| 14 | file://isic-0.07-make.patch \ |
| 15 | " |
| 16 | |
| 17 | SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4" |
| 18 | SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d" |
| 19 | |
| 20 | S="${WORKDIR}/${BPN}-${PV}" |
| 21 | |
| 22 | inherit autotools-brokensep |
| 23 | |
| 24 | EXTRA_OECONF += "--with-libnet-dir=${STAGING_DIR_HOST}${libdir} " |
| 25 | |
| 26 | do_configure () { |
| 27 | oe_runconf |
| 28 | } |
| 29 | |
| 30 | RDEPNEDS += "libnet" |