mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
* modules are now in one bigger tarball on sourceforge http://sourceforge.net/projects/sylpheed-claws/files/extra%20plugins/ * old tarballs are still available in plugins_obsolete directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
22 lines
739 B
BlitzBasic
22 lines
739 B
BlitzBasic
SECTION = "x11/network"
|
|
DESCRIPTION = "Mail user agent plugins"
|
|
DEPENDS = "claws-mail gtkhtml2 curl"
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=977f04a8048c04684e521c06e2844a94"
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI = "http://www.claws-mail.org/downloads/plugins_obsolete/gtkhtml2_viewer-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "a6c9dfa6f969ccd844796a5724b52167"
|
|
SRC_URI[sha256sum] = "4d41f6d961efaac0f51705e5052bac732bc0bdafee2ef2082a9cf9d89f183ae5"
|
|
|
|
inherit autotools pkgconfig gettext
|
|
|
|
S = "${WORKDIR}/gtkhtml2_viewer-${PV}"
|
|
|
|
FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
|
|
FILES_${PN}-dbg += "${libdir}/claws-mail/plugins/.debug"
|
|
FILES_${PN}-dev += "${libdir}/claws-mail/plugins/*.la"
|
|
FILES_${PN}-staticdev = "${libdir}/claws-mail/plugins/*.a"
|
|
|