claws-mail: Drop uneeded custom do_configure from plugins

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4273 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-15 14:24:59 +00:00
parent a8ed061261
commit 05d6ea53aa
4 changed files with 4 additions and 28 deletions

View File

@ -2,7 +2,7 @@ SECTION = "x11/network"
DESCRIPTION = "Mail user agent plugins"
DEPENDS = "claws-mail gtkhtml2 curl"
LICENSE = "GPL"
PR = "r0"
PR = "r1"
SRC_URI = "http://www.claws-mail.org/downloads/plugins/gtkhtml2_viewer-${PV}.tar.gz"
@ -10,11 +10,5 @@ inherit autotools pkgconfig
S = "${WORKDIR}/gtkhtml2_viewer-${PV}"
do_configure() {
gnu-configize
libtoolize --force
oe_runconf
}
FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"

View File

@ -2,7 +2,7 @@ SECTION = "x11/network"
DESCRIPTION = "Mail user agent plugins"
DEPENDS = "claws-mail db"
LICENSE = "GPL"
PR = "r0"
PR = "r1"
SRC_URI = "http://www.claws-mail.org/downloads/plugins/maildir-${PV}.tar.gz"
@ -10,11 +10,5 @@ inherit autotools pkgconfig
S = "${WORKDIR}/maildir-${PV}"
do_configure() {
gnu-configize
libtoolize --force
oe_runconf
}
FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"

View File

@ -2,7 +2,7 @@ SECTION = "x11/network"
DESCRIPTION = "Mail user agent plugins"
DEPENDS = "claws-mail"
LICENSE = "GPL"
PR = "r1"
PR = "r2"
SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz"
@ -10,11 +10,5 @@ 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"

View File

@ -2,7 +2,7 @@ SECTION = "x11/network"
DESCRIPTION = "Mail user agent plugins"
DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+"
LICENSE = "GPL"
PR = "r0"
PR = "r1"
SRC_URI = "http://www.claws-mail.org/downloads/plugins/rssyl-${PV}.tar.gz"
@ -10,11 +10,5 @@ inherit autotools pkgconfig
S = "${WORKDIR}/rssyl-${PV}"
do_configure() {
gnu-configize
libtoolize --force
oe_runconf
}
FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"