blob: ad0ec2700180807c8a8831a2bbdf6698d6bf7670 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
2HOMEPAGE = "https://github.com/nmav/ipcalc"
3
4SECTION = "net"
5
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8
9S = "${WORKDIR}/git"
Brad Bishop15ae2502019-06-18 21:44:24 -040010SRCREV = "c3ee70c878b9c5833a77a1f339f1ca4dc6f225c5"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011SRC_URI = "\
12 git://github.com/nmav/ipcalc.git;protocol=https; \
13 file://0001-Makefile-pass-extra-linker-flags.patch \
14"
15
16export USE_GEOIP = "no"
17
18do_install() {
19 install -d ${D}/${bindir}
20 install -m 0755 ${S}/ipcalc ${D}/${bindir}
21}