From 8ae84e84e7520caa1542ea77c27e6b316481c54a Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 2 Jan 2005 19:40:07 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/02 19:07:31+00:00 nexus.co.uk!pb build sylpheed with gnutls support 2005/01/02 19:00:27+00:00 nexus.co.uk!pb improve gnutls packaging granularity, and add patch for extended OpenSSL functionality (SSL_peek, etc) BKrev: 41d84e17Jb-QAOb_o_VQ4vKu7cO4pw --- packages/sylpheed/files/sylpheed-gnutls.patch | 0 packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb | 28 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 packages/sylpheed/files/sylpheed-gnutls.patch (limited to 'packages/sylpheed') diff --git a/packages/sylpheed/files/sylpheed-gnutls.patch b/packages/sylpheed/files/sylpheed-gnutls.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb b/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb index e69de29bb2..e3b44c09f3 100644 --- a/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb +++ b/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb @@ -0,0 +1,28 @@ +SECTION = "x11/network" +DESCRIPTION = "Mail user agent" +DEPENDS = "gtk+ gpgme gnutls" +MAINTAINER = "Phil Blundell " +LICENSE = "GPL" +PR = "r2" + +SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-gtk2/sylpheed-${PV}.tar.gz \ + file://sylpheed-gnutls.patch;patch=1" + +FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" +FILES_${PN}-doc += "${datadir}" + +EXTRA_OECONF = "--with-gnutls" + +do_configure_prepend() { + mkdir -p m4 +} + +inherit autotools + +do_install_append() { + install -d ${D}${datadir}/applications + install -m 0644 sylpheed.desktop ${D}${datadir}/applications/ + install -d ${D}${datadir}/pixmaps + install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/ +} + -- cgit v1.2.3