Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 1 | SUMMARY = "WIM Protocol plugin for ICQ for Adium, Pidgin, Miranda and Telepathy IM Framework" |
| 2 | SECTION = "webos/services" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "GPL-3.0-only" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" |
| 5 | |
| 6 | DEPENDS = "pidgin json-glib" |
| 7 | |
| 8 | PV = "0.1+gitr${SRCPV}" |
| 9 | |
| 10 | inherit pkgconfig |
| 11 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 12 | SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 13 | SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | do_compile() { |
| 18 | oe_runmake; |
| 19 | } |
| 20 | |
| 21 | do_install() { |
| 22 | oe_runmake DESTDIR="${D}" install; |
| 23 | } |
| 24 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 25 | FILES:${PN} += " \ |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 26 | ${libdir} \ |
| 27 | " |