1SUMMARY = "WIM Protocol plugin for ICQ for Adium, Pidgin, Miranda and Telepathy IM Framework" 2SECTION = "webos/services" 3LICENSE = "GPL-3.0-only" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" 5 6DEPENDS = "pidgin json-glib" 7 8PV = "0.1+gitr${SRCPV}" 9 10inherit pkgconfig 11 12SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https" 13SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" 14 15S = "${WORKDIR}/git" 16 17do_compile() { 18 oe_runmake; 19} 20 21do_install() { 22 oe_runmake DESTDIR="${D}" install; 23} 24 25FILES:${PN} += " \ 26 ${libdir} \ 27" 28