aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/claws-mail/claws-plugin-rssyl_0.13.bb
blob: 29fc245ac471c0a3e6a1a05d8823f24ee917548e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "x11/network"
DESCRIPTION = "Mail user agent plugins"
DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+"
LICENSE = "GPL"
PR = "r0"

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

inherit autotools pkgconfig

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

do_configure() {
    gnu-configize
    libtoolize --force
    oe_runconf
}

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