aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb
blob: 621fbb4fdf79f3a202f7781eff2bfc98d2c33d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "x11/network"
DESCRIPTION = "Mail user agent plugins"
DEPENDS = "claws-mail"
LICENSE = "GPL"
PR = "r2"

SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz\
           file://claws-plugin-mailmbox-fixup.patch;patch=1"

inherit autotools pkgconfig

S = "${WORKDIR}/mailmbox-${PV}"

FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
FILES_${PN}-dbg += "${libdir}/claws-mail/plugins/.debug"