diff options
author | Tomas Frydrych <tf@openedhand.com> | 2007-04-25 08:00:33 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2007-04-25 08:00:33 +0000 |
commit | db07dc1d09605e6abe75d5a4307d6753d0eec574 (patch) | |
tree | bd4c795c3e41de337012492977c593e65569635b /meta/packages/libetpan | |
parent | 52b6fea6b639ed105c5ce9be10eaf6488146cc35 (diff) | |
download | poky-db07dc1d09605e6abe75d5a4307d6753d0eec574.tar.gz |
recipes for libetpan and openssl from OE (needed for Claws Mail IMAP and ssl support)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1546 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libetpan')
-rw-r--r-- | meta/packages/libetpan/files/honor-oe-lflags.patch | 16 | ||||
-rw-r--r-- | meta/packages/libetpan/libetpan_0.46.bb | 23 | ||||
-rw-r--r-- | meta/packages/libetpan/libetpan_0.48.bb | 23 |
3 files changed, 62 insertions, 0 deletions
diff --git a/meta/packages/libetpan/files/honor-oe-lflags.patch b/meta/packages/libetpan/files/honor-oe-lflags.patch new file mode 100644 index 0000000000..15a1535bfa --- /dev/null +++ b/meta/packages/libetpan/files/honor-oe-lflags.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | |||
2 | # | ||
3 | # Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de> | ||
4 | # | ||
5 | |||
6 | --- libetpan-0.46/configure.in~honor-oe-lflags | ||
7 | +++ libetpan-0.46/configure.in | ||
8 | @@ -361,7 +361,7 @@ | ||
9 | LDFLAGS="-$flag $LDFLAGS" | ||
10 | AC_TRY_LINK([], [pthread_create();], | ||
11 | [pthflag=yes; checkpthread=no], | ||
12 | - [pthflag=no; LDFLAGS="$OLDCFLAGS"]) | ||
13 | + [pthflag=no; LDFLAGS="$OLDFLAGS"]) | ||
14 | AC_MSG_RESULT($pthflag) | ||
15 | fi | ||
16 | done | ||
diff --git a/meta/packages/libetpan/libetpan_0.46.bb b/meta/packages/libetpan/libetpan_0.46.bb new file mode 100644 index 0000000000..dfef3b19c6 --- /dev/null +++ b/meta/packages/libetpan/libetpan_0.46.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \ | ||
2 | It supports the protocols SMTP, POP3, IMAP and NNTP." | ||
3 | HOMEPAGE = "http://www.etpan.org" | ||
4 | SECTION = "libs" | ||
5 | DEPENDS = "gnutls" | ||
6 | LICENSE = "BSD" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ | ||
10 | file://honor-oe-lflags.patch;patch=1" | ||
11 | |||
12 | inherit autotools pkgconfig gettext binconfig | ||
13 | |||
14 | EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" | ||
15 | |||
16 | PARALLEL_MAKE = "" | ||
17 | |||
18 | do_stage() { | ||
19 | autotools_stage_all | ||
20 | } | ||
21 | |||
22 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
23 | FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig" | ||
diff --git a/meta/packages/libetpan/libetpan_0.48.bb b/meta/packages/libetpan/libetpan_0.48.bb new file mode 100644 index 0000000000..dfef3b19c6 --- /dev/null +++ b/meta/packages/libetpan/libetpan_0.48.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \ | ||
2 | It supports the protocols SMTP, POP3, IMAP and NNTP." | ||
3 | HOMEPAGE = "http://www.etpan.org" | ||
4 | SECTION = "libs" | ||
5 | DEPENDS = "gnutls" | ||
6 | LICENSE = "BSD" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ | ||
10 | file://honor-oe-lflags.patch;patch=1" | ||
11 | |||
12 | inherit autotools pkgconfig gettext binconfig | ||
13 | |||
14 | EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" | ||
15 | |||
16 | PARALLEL_MAKE = "" | ||
17 | |||
18 | do_stage() { | ||
19 | autotools_stage_all | ||
20 | } | ||
21 | |||
22 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
23 | FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig" | ||