diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-10-10 16:22:56 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-10-10 16:22:56 +0000 |
commit | aae61e5f21fc55817e50b13c0e60651559a30ab4 (patch) | |
tree | a540fcee7d30e75c896d44d8b12b72f699786d96 /packages/sylpheed/claws-plugin-mailmbox_1.14.bb | |
parent | dd160afafc4690a857bc3421a8c5f59a768a8e89 (diff) | |
parent | 246747222a86829fad9d70855698c66b18af9285 (diff) |
merge of 'a6eb93692ca38c674d1bc2d35444de89a6f5414f'
and 'ea03196e34e8a5d2435ae7d87522ec1acb271da9'
Diffstat (limited to 'packages/sylpheed/claws-plugin-mailmbox_1.14.bb')
-rw-r--r-- | packages/sylpheed/claws-plugin-mailmbox_1.14.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sylpheed/claws-plugin-mailmbox_1.14.bb b/packages/sylpheed/claws-plugin-mailmbox_1.14.bb new file mode 100644 index 0000000000..03e939ead3 --- /dev/null +++ b/packages/sylpheed/claws-plugin-mailmbox_1.14.bb @@ -0,0 +1,20 @@ +SECTION = "x11/network" +DESCRIPTION = "Mail user agent plugins" +DEPENDS = "claws-mail" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz" + +inherit autotools pkgconfig + +S = "${WORKDIR}/mailmbox-${PV}" + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + +FILES_${PN} = "${libdir}/claws-mail/plugins/*.so" +FILES_${PN}-dbg = "${libdir}/claws-mail/plugins/.debug" |