blob: fe75415de2d2ab6537e62744955b32c11bee5b65 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001SUMMARY = "WIM Protocol plugin for ICQ for Adium, Pidgin, Miranda and Telepathy IM Framework"
2SECTION = "webos/services"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-3.0-only"
Brad Bishop15ae2502019-06-18 21:44:24 -04004LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
5
6DEPENDS = "pidgin json-glib"
7
8PV = "0.1+gitr${SRCPV}"
9
10inherit pkgconfig
11
Andrew Geissler595f6302022-01-24 19:11:47 +000012SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https"
Brad Bishop15ae2502019-06-18 21:44:24 -040013SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5"
14
15S = "${WORKDIR}/git"
16
17do_compile() {
18 oe_runmake;
19}
20
21do_install() {
22 oe_runmake DESTDIR="${D}" install;
23}
24
Patrick Williams213cb262021-08-07 19:21:33 -050025FILES:${PN} += " \
Brad Bishop15ae2502019-06-18 21:44:24 -040026 ${libdir} \
27"