diff options
Diffstat (limited to 'meta-demoapps/recipes-sato/claws-mail/claws-plugin-maildir_0.24.4.bb')
-rw-r--r-- | meta-demoapps/recipes-sato/claws-mail/claws-plugin-maildir_0.24.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-sato/claws-mail/claws-plugin-maildir_0.24.4.bb b/meta-demoapps/recipes-sato/claws-mail/claws-plugin-maildir_0.24.4.bb new file mode 100644 index 0000000000..4351d1e5de --- /dev/null +++ b/meta-demoapps/recipes-sato/claws-mail/claws-plugin-maildir_0.24.4.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SECTION = "x11/network" | ||
2 | DESCRIPTION = "Mail user agent plugins" | ||
3 | DEPENDS = "claws-mail db" | ||
4 | LICENSE = "GPL" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "http://www.claws-mail.org/downloads/plugins/maildir-${PV}.tar.gz" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | S = "${WORKDIR}/maildir-${PV}" | ||
12 | |||
13 | FILES_${PN} = "${libdir}/claws-mail/plugins/*.so" | ||
14 | |||