git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca58c03
)
sylpheed/claws-mail.inc : remove the autoconf hacks.
author
Graeme Gregory
<dp@xora.org.uk>
Tue, 14 Aug 2007 08:48:12 +0000
(08:48 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Tue, 14 Aug 2007 08:48:12 +0000
(08:48 +0000)
packages/sylpheed/claws-mail.inc
patch
|
blob
|
history
diff --git
a/packages/sylpheed/claws-mail.inc
b/packages/sylpheed/claws-mail.inc
index
e62ca90
..
d8b3a2b
100644
(file)
--- 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 () {