mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
27 lines
570 B
BlitzBasic
27 lines
570 B
BlitzBasic
SUMMARY = "Skype protocol plug-in for libpurple"
|
|
SECTION = "webos/services"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://skypeweb/gpl3.txt;md5=d90260d32cef39f3c8d6c0f05d3adb8e"
|
|
|
|
DEPENDS = "pidgin json-glib glib-2.0 zlib"
|
|
|
|
inherit pkgconfig
|
|
|
|
SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=https"
|
|
SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.7+git"
|
|
|
|
do_compile() {
|
|
oe_runmake -C skypeweb;
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake -C skypeweb DESTDIR="${D}" install;
|
|
}
|
|
|
|
FILES:${PN} += " \
|
|
${libdir} \
|
|
"
|