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" |
| 3 | LICENSE = "GPLv3.0" |
| 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 | |
| 12 | SRC_URI = "git://github.com/EionRobb/icyque" |
| 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 | |
| 25 | FILES_${PN} += " \ |
| 26 | ${libdir} \ |
| 27 | " |