Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "daemon that sends updates when your IP changes" |
| 2 | HOMEPAGE = "http://sourceforge.net/projects/ez-ipupdate/" |
| 3 | |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7783169b4be06b54e86730eb01bc3a31" |
| 6 | |
| 7 | SRC_URI = "http://sourceforge.net/projects/ez-ipupdate/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ |
| 8 | file://Makefile.am.patch \ |
| 9 | file://cache_file.c.patch \ |
| 10 | file://conf_file.c.patch \ |
| 11 | file://wformat.patch \ |
| 12 | " |
| 13 | SRC_URI[md5sum] = "525be4550b4461fdf105aed8e753b020" |
| 14 | SRC_URI[sha256sum] = "a15ec0dc0b78ec7578360987c68e43a67bc8d3591cbf528a323588830ae22c20" |
| 15 | |
| 16 | inherit autotools pkgconfig |