diff options
| -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 () { |
