aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sylpheed
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-08-14 08:48:12 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-08-14 08:48:12 +0000
commitbe815ef6ef91c5617ea6f8f0947272d43d6ab05c (patch)
treed2705e84aa495f2ec55871fd5691b4e8d79d1c75 /packages/sylpheed
parentca58c035e70825f14fd3c49b9d8906eb90e8c70c (diff)
downloadopenembedded-be815ef6ef91c5617ea6f8f0947272d43d6ab05c.tar.gz
sylpheed/claws-mail.inc : remove the autoconf hacks.
Diffstat (limited to 'packages/sylpheed')
-rw-r--r--packages/sylpheed/claws-mail.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/sylpheed/claws-mail.inc b/packages/sylpheed/claws-mail.inc
index e62ca9036a..d8b3a2bc72 100644
--- a/packages/sylpheed/claws-mail.inc
+++ b/packages/sylpheed/claws-mail.inc
@@ -33,19 +33,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 () {