15 lines
307 B
BlitzBasic
15 lines
307 B
BlitzBasic
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"
|
|
|