summaryrefslogtreecommitdiff
path: root/packages/sylpheed/claws-mail.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-21 13:13:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-21 13:13:14 +0000
commit275cf177e1dd0179d7c48dbf067115669b44b717 (patch)
treed1f777f5bdad33c229712c12b502b04fdd7f587c /packages/sylpheed/claws-mail.inc
parent1c3a7b4dd773ad3fd5dd4ec79ddfbd95539ac15f (diff)
parent3727ffa17416fdeba40d208fac810b24498ebf78 (diff)
merge of '68b677cc5ae237d521b127e852086eac5d000fd4'
and 'e520909be2622e4bbdf3326729ffc870686d568e'
Diffstat (limited to 'packages/sylpheed/claws-mail.inc')
-rw-r--r--packages/sylpheed/claws-mail.inc54
1 files changed, 54 insertions, 0 deletions
diff --git a/packages/sylpheed/claws-mail.inc b/packages/sylpheed/claws-mail.inc
new file mode 100644
index 0000000000..e62ca9036a
--- /dev/null
+++ b/packages/sylpheed/claws-mail.inc
@@ -0,0 +1,54 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent"
+DEPENDS = "gtk+ libetpan openssl aspell"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "\
+ ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2 \
+ file://desktop.patch;patch=1 \
+ file://streamline-ui.patch;patch=1 \
+ "
+
+FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
+
+EXTRA_OECONF = "--disable-aspell-test \
+ --enable--aspell \
+ --disable-manual \
+ --disable-crash-dialog \
+ --disable-jpilot \
+ --disable-trayicon-plugin \
+ --disable-spamassassin-plugin \
+ --disable-bogofilter-plugin \
+ --disable-pgpcore-plugin \
+ --disable-pgpmime-plugin \
+ --disable-pgpinline-plugin \
+ --disable-dillo-viewer-plugin \
+ --disable-clamav-plugin \
+ --disable-gnomeprint \
+ --disable-valgrind \
+ "
+
+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 () {
+ autotools_stage_all
+}
+