summaryrefslogtreecommitdiffstats
path: root/meta/packages/claws-mail/claws-plugin-maildir_0.24.4.bb
blob: 4351d1e5de62e0e6c30e58b1a1521116547178e9 (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 db"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "http://www.claws-mail.org/downloads/plugins/maildir-${PV}.tar.gz"

inherit autotools pkgconfig

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

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