More section fixes
[vuplus_openembedded] / balsa / balsa_2.0.17.oe
1 DESCRIPTION = "Balsa is an e-mail client for GNOME, highly configurable and \
2 incorporating all the features you would expect in a robust mail client."
3 HOMEPAGE = "http://balsa.gnome.org"
4 SECTION = "x11/network"
5
6 DEPENDS = "libesmtp glib-2.0 libgnome libgnomeui gtk+ gnome-vfs libbonobo aspell pcre libtool openssl gtkhtml-3.0"
7 RDEPENDS = "gdk-pixbuf-loader-xpm"
8 PR = "r3"
9
10
11 SRC_URI = "http://balsa.gnome.org/balsa-2.0.17.tar.bz2 \
12            file://libmutt-cross.patch;patch=1 \
13            file://desktop-file-fix.patch;patch=1"
14
15
16 inherit autotools
17
18 EXTRA_OECONF = "--with-ssl"
19
20 do_configure_prepend() {
21         # aclocal seems to insist on looking in here.  Make sure it exists.
22         mkdir -p ${S}/m4
23         # work around automake lossage with AC_CONFIG_AUX_DIR
24         ( cd libmutt; libtoolize --force ; cp ../ltmain.sh . )
25 }
26