diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-14 23:10:52 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 23:10:52 +0000 |
commit | b38bc533f25bf0a6422775e81b2406241c72b9c7 (patch) | |
tree | 020259fa4884f6f8024376f7564b1c875dd09ab0 /meta/packages/claws-mail/claws-mail.inc | |
parent | 782b9d4bef6dbc886219b31b7877c33527277e94 (diff) | |
download | poky-b38bc533f25bf0a6422775e81b2406241c72b9c7.tar.gz |
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
Diffstat (limited to 'meta/packages/claws-mail/claws-mail.inc')
-rw-r--r-- | meta/packages/claws-mail/claws-mail.inc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/packages/claws-mail/claws-mail.inc b/meta/packages/claws-mail/claws-mail.inc index 938ba3207d..be184f9022 100644 --- a/meta/packages/claws-mail/claws-mail.inc +++ b/meta/packages/claws-mail/claws-mail.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Mail user agent" | |||
3 | #DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell openssl" | 3 | #DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell openssl" |
4 | DEPENDS = "gtk+ libetpan openssl libowl" | 4 | DEPENDS = "gtk+ libetpan openssl libowl" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PR = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2 \ | 9 | ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2 \ |
@@ -41,19 +41,11 @@ CFLAGS += "-D_GNU_SOURCE" | |||
41 | 41 | ||
42 | inherit autotools pkgconfig | 42 | inherit autotools pkgconfig |
43 | 43 | ||
44 | |||
45 | do_configure() { | ||
46 | gnu-configize | ||
47 | libtoolize --force | ||
48 | oe_runconf | ||
49 | } | ||
50 | |||
51 | do_install_append() { | 44 | do_install_append() { |
52 | install -d ${D}${datadir}/applications | 45 | install -d ${D}${datadir}/applications |
53 | install -m 0644 claws-mail.desktop ${D}${datadir}/applications/ | 46 | install -m 0644 claws-mail.desktop ${D}${datadir}/applications/ |
54 | install -d ${D}${datadir}/pixmaps | 47 | install -d ${D}${datadir}/pixmaps |
55 | install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/ | 48 | install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/ |
56 | mv ${D}${bindir}/${TARGET_SYS}-claws-mail ${D}${bindir}/${PN} | ||
57 | } | 49 | } |
58 | 50 | ||
59 | do_stage () { | 51 | do_stage () { |