claws-mail: Drop strange custom do_configure, fixing libtool 2.2.2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4264 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-04-14 23:10:52 +00:00
parent 782b9d4bef
commit b38bc533f2

View File

@@ -3,7 +3,7 @@ DESCRIPTION = "Mail user agent"
#DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell openssl"
DEPENDS = "gtk+ libetpan openssl libowl"
LICENSE = "GPL"
PR = "r3"
PR = "r4"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2 \
@@ -41,19 +41,11 @@ CFLAGS += "-D_GNU_SOURCE"
inherit autotools pkgconfig
do_configure() {
gnu-configize
libtoolize --force
oe_runconf
}
do_install_append() {
install -d ${D}${datadir}/applications
install -m 0644 claws-mail.desktop ${D}${datadir}/applications/
install -d ${D}${datadir}/pixmaps
install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/
mv ${D}${bindir}/${TARGET_SYS}-claws-mail ${D}${bindir}/${PN}
}
do_stage () {