aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/claws-mail/claws-plugin-mailmbox_1.13.bb
blob: fe7041494f88b41305e8513e70a6aa1d4160c52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"

inherit autotools pkgconfig

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

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